compute-runtime/runtime/helpers
Mateusz Jablonski b94917659a Use mem obj offset when returning cpu ptr for read write
Change-Id: Ia624559f94e6af0ed602687814e3c11f6693f8a6
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2019-01-25 14:52:15 +01:00
..
linux Update copyright headers 2018-09-20 18:02:35 +02:00
windows Refactor of glcl sharing 2018-12-17 23:04:28 +01:00
CMakeLists.txt Refactor of glcl sharing 2018-12-17 23:04:28 +01:00
abort.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
abort.h Initial commit 2017-12-21 00:45:38 +01:00
address_patch.h Update copyright headers 2018-09-20 18:02:35 +02:00
aligned_memory.h Update copyright headers 2018-09-20 18:02:35 +02:00
array_count.h Update copyright headers 2018-09-20 18:02:35 +02:00
base_object.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
base_object.h Remove unnecessary casts. 2018-12-18 13:42:14 +01:00
base_object_allocator.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
basic_math.h Organize dispatching of thread data for better reuse of code 2018-10-02 18:47:13 +02:00
built_ins_helper.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
built_ins_helper.h Update copyright headers 2018-09-20 18:02:35 +02:00
cache_policy.cpp Initial commit 2017-12-21 00:45:38 +01:00
cache_policy.h Update copyright headers 2018-09-20 18:02:35 +02:00
cl_helper.h Update copyright headers 2018-09-20 18:02:35 +02:00
completion_stamp.h Allow Device creating multiple CSRs [5/n] 2018-11-27 14:25:04 +01:00
convert_color.h Update copyright headers 2018-09-20 18:02:35 +02:00
debug_helpers.cpp Initial commit 2017-12-21 00:45:38 +01:00
debug_helpers.h Update copyright headers 2018-09-20 18:02:35 +02:00
device_helpers.cpp Add function to get extra device info 2018-09-21 13:57:33 +02:00
device_helpers.h Add function to get extra device info 2018-09-21 13:57:33 +02:00
dirty_state_helpers.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
dirty_state_helpers.h Update copyright headers 2018-09-20 18:02:35 +02:00
dispatch_info.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
dispatch_info.h Add new flag to dispatch info. 2019-01-15 12:21:18 +01:00
dispatch_info_builder.h Update copyright headers 2018-09-20 18:02:35 +02:00
enable_product.inl Update copyright headers 2018-09-20 18:02:35 +02:00
engine_control.h Allow Device creating multiple CSRs [2/n] 2018-11-22 14:29:44 +01:00
error_mappers.h Initial commit 2017-12-21 00:45:38 +01:00
extendable_enum.h Update copyright headers 2018-09-20 18:02:35 +02:00
file_io.cpp Initial commit 2017-12-21 00:45:38 +01:00
file_io.h Initial commit 2017-12-21 00:45:38 +01:00
flat_batch_buffer_helper.cpp Command stream receiver: use memory manager from execution environment 2018-10-16 12:14:55 +02:00
flat_batch_buffer_helper.h Command stream receiver: use memory manager from execution environment 2018-10-16 12:14:55 +02:00
flat_batch_buffer_helper_hw.h Command stream receiver: use memory manager from execution environment 2018-10-16 12:14:55 +02:00
flat_batch_buffer_helper_hw.inl Add HW commands const definitions 2019-01-18 12:13:25 +01:00
flush_stamp.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
flush_stamp.h Update copyright headers 2018-09-20 18:02:35 +02:00
get_info.h Update copyright headers 2018-09-20 18:02:35 +02:00
gmm_callbacks.h Update copyright headers 2018-09-20 18:02:35 +02:00
gmm_callbacks.inl Update copyright headers 2018-09-20 18:02:35 +02:00
hash.h Add hash function for AUB dump handle 2018-10-30 19:54:36 -07:00
hw_helper.cpp Add debug flag to control RenderCompressed value in HardwareInfo 2018-12-17 13:11:00 +01:00
hw_helper.h Add HW commands const definitions 2019-01-18 12:13:25 +01:00
hw_helper_common.inl Add HW commands const definitions 2019-01-18 12:13:25 +01:00
hw_info.cpp Allow override of default platform Hardware Info Config 2018-10-10 10:34:23 +02:00
hw_info.h Add cache flush command after WALKER command 2018-12-19 13:15:33 +01:00
kernel_commands.h Cleanup around Walker programming. 2019-01-14 10:12:38 +01:00
kernel_commands.inl Add HW commands const definitions 2019-01-18 12:13:25 +01:00
kernel_commands_base.inl Add cache flush command after WALKER command 2018-12-19 13:15:33 +01:00
kmd_notify_properties.cpp Enable power saving mode for queues created with throttle hint low. 2018-11-16 15:20:31 +01:00
kmd_notify_properties.h Add cache flush command after WALKER command 2018-12-19 13:15:33 +01:00
mipmap.cpp Unify mipmap layout accross platforms 2018-09-25 16:27:43 +02:00
mipmap.h Update copyright headers 2018-09-20 18:02:35 +02:00
options.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
options.h Update copyright headers 2018-09-20 18:02:35 +02:00
per_thread_data.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
per_thread_data.h Update copyright headers 2018-09-20 18:02:35 +02:00
pipeline_select_helper.h Pass more information to programPipelineSelect. 2018-11-15 11:45:45 +01:00
preamble.h Move Scratch Space functionality to dedicated class 2018-11-29 11:55:56 +01:00
preamble.inl Add HW commands const definitions 2019-01-18 12:13:25 +01:00
properties_helper.cpp Use mem obj offset when returning cpu ptr for read write 2019-01-25 14:52:15 +01:00
properties_helper.h Change Buffer to MemObj in BufferForAuxTranslation collection 2018-12-19 08:05:51 +01:00
ptr_math.h Update copyright headers 2018-09-20 18:02:35 +02:00
queue_helpers.cpp Enhance processing Queue properties 2019-01-02 14:52:02 +01:00
queue_helpers.h Enhance processing Queue properties 2019-01-02 14:52:02 +01:00
sampler_helpers.h Update copyright headers 2018-09-20 18:02:35 +02:00
state_base_address.h Pass GmmHelper to appendStateBaseAddressParameters 2019-01-25 13:21:17 +01:00
state_base_address.inl Pass GmmHelper to appendStateBaseAddressParameters 2019-01-25 13:21:17 +01:00
stdio.h Initial commit 2017-12-21 00:45:38 +01:00
string.h change implementation of strcpy_s and strncpy_s for Linux 2018-12-11 09:49:38 +01:00
string_helpers.h Update copyright headers 2018-09-20 18:02:35 +02:00
surface_formats.cpp Clarified dependencies in Context::getSupportedImageFormats 2018-09-27 18:41:18 +02:00
surface_formats.h Add useLocalMemory flag to ImageInfo 2018-12-28 13:53:53 +01:00
task_information.cpp Add logic for Events in multi-thread scenario 2019-01-14 19:45:26 +01:00
task_information.h Make local copy of EventsWaitlist for CommandComputeKernel 2019-01-11 15:05:42 +01:00
timestamp_packet.cpp Move stamps allocators from memory manager to CSR. 2018-11-27 14:52:06 +01:00
timestamp_packet.h Command Queue: Destroy timestamp packet container before releasing context 2018-12-14 08:26:46 +01:00
uint16_avx2.h Update copyright headers 2018-09-20 18:02:35 +02:00
uint16_sse4.h Update copyright headers 2018-09-20 18:02:35 +02:00
validators.cpp Update copyright headers 2018-09-20 18:02:35 +02:00
validators.h Update copyright headers 2018-09-20 18:02:35 +02:00
wddm_helper.h Initial commit 2017-12-21 00:45:38 +01:00