compute-runtime/runtime/helpers
Mateusz Hoppe 915a6fa14f Refactor CsrDependencies
Related-To: NEO-4175

Change-Id: If7e02235c1545e3e8ddf254c31523dd57286088d
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2020-01-23 08:38:13 +01:00
..
linux Move headers to core 2019-12-02 14:20:45 +01:00
windows Move files to core and cleanup headers 2020-01-15 15:07:10 +01:00
CMakeLists.txt Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
array_count.h Update copyright headers 2018-09-20 18:02:35 +02:00
base_object.cpp Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
base_object.h Move majority of utilities to the core dir 2019-09-12 15:07:02 +02:00
blit_commands_helper.cpp Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
blit_commands_helper.h Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
blit_commands_helper_base.inl Pass VA while constructing BlitProperties instead of allocation + offset 2019-12-12 13:14:46 +01:00
blit_commands_helper_bdw_plus.inl Fix typo 2019-10-28 13:19:38 +01:00
built_ins_helper.cpp Add ClDevice 2020-01-17 12:43:11 +01:00
built_ins_helper.h Add ClDevice 2020-01-17 12:43:11 +01:00
cache_policy.cpp Move cache_policy to core 2019-12-03 14:53:49 +01:00
cl_helper.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
convert_color.h Move basic_math.h and vec.h to core directory 2019-05-14 21:32:55 +02:00
csr_deps.cpp Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
device_helpers.cpp Pass ClDevice in DeviceHelper::getExtraDeviceInfo 2020-01-21 16:26:09 +01:00
device_helpers.h Pass ClDevice in DeviceHelper::getExtraDeviceInfo 2020-01-21 16:26:09 +01:00
dirty_state_helpers.cpp Move IndirectHeap to core and improve unit tests 2019-12-03 15:06:27 +01:00
dirty_state_helpers.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
dispatch_info.cpp Pass private scratch size to scratch space controller 2019-06-28 14:32:06 +02:00
dispatch_info.h Move headers to core 2019-12-10 12:19:29 +01:00
dispatch_info_builder.h Handle page faults while accessing unified memory 2019-09-04 13:28:53 +02:00
enable_product.inl Move headers to core 2019-12-02 14:20:45 +01:00
enqueue_properties.h Initial Blit aux translation support 2019-11-16 11:42:10 +01:00
error_mappers.h Initial commit 2017-12-21 00:45:38 +01:00
flat_batch_buffer_helper.cpp Move graphics_allocation to core folder 2019-09-18 05:26:55 +02:00
flat_batch_buffer_helper.h Move headers to core 2019-12-10 12:19:29 +01:00
flat_batch_buffer_helper_hw.h Always specify rootDeviceIndex for graphics memory allocations 2019-11-15 15:14:41 +01:00
flat_batch_buffer_helper_hw.inl Always specify rootDeviceIndex for graphics memory allocations 2019-11-15 15:14:41 +01:00
flush_stamp.cpp Return error code from submit() to application. 2019-11-26 12:42:47 +01:00
flush_stamp.h Move headers to core 2019-12-02 14:20:45 +01:00
get_info.h Move string.h to core helpers 2019-07-19 07:21:00 +02:00
hardware_commands_helper.h Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
hardware_commands_helper.inl Move os_interface files to core 2020-01-22 14:50:51 +01:00
hardware_commands_helper_base.inl Move grf size to HwInfo 2019-12-17 17:27:21 +01:00
hardware_context_controller.cpp Move files to core 2020-01-13 18:25:00 +01:00
hardware_context_controller.h AUB subcapture in TBX mode to write the head register upon activation 2019-10-17 16:03:50 +02:00
helper_options.cpp Rename files with the same name 2019-12-13 14:17:31 +01:00
mem_properties_parser_helper.cpp Connect UnifiedMemoryProperties with MemoryPropertiesFlags 2019-12-09 14:23:46 +01:00
mem_properties_parser_helper.h Move files to core 2020-01-02 15:57:05 +01:00
memory_properties_flags_helpers.cpp Remove OCL object from MemoryProperties 13/n 2019-10-24 14:07:42 +02:00
memory_properties_flags_helpers.h Connect UnifiedMemoryProperties with MemoryPropertiesFlags 2019-12-09 14:23:46 +01:00
memory_properties_flags_helpers_base.inl Remove unnecessary program of default value for allocation flags 2019-12-13 14:33:32 +01:00
mipmap.cpp Move gmm to core 2020-01-10 14:26:17 +01:00
mipmap.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00
neo_driver_version.h AUB CSR with a capability to add AUB comment 2019-04-01 14:14:58 +02:00
per_thread_data.cpp Move grf size to HwInfo 2019-12-17 17:27:21 +01:00
per_thread_data.h Move grf size to HwInfo 2019-12-17 17:27:21 +01:00
properties_helper.cpp Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
properties_helper.h Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
queue_helpers.cpp Add ClDevice 2020-01-17 12:43:11 +01:00
queue_helpers.h Add ClDevice 2020-01-17 12:43:11 +01:00
sampler_helpers.h Add pitch programming to Blit dispatch and align max width to cacheline 2019-05-09 16:08:06 +02:00
state_compute_mode_helper.h Move headers to core 2019-12-02 14:20:45 +01:00
string_helpers.h Move majority of utilities to the core dir 2019-09-12 15:07:02 +02:00
surface_formats.cpp Refactor ImageInfo 2/n 2020-01-10 14:20:31 +01:00
surface_formats.h Refactor ImageInfo 2/n 2020-01-10 14:20:31 +01:00
task_information.cpp Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
task_information.h Move IndirectHeap to core and improve unit tests 2019-12-03 15:06:27 +01:00
task_information.inl Improve obtaining LinearStream during enqueue call 2019-07-22 18:52:14 +02:00
timestamp_packet.cpp Move os_interface files to core 2020-01-22 14:50:51 +01:00
timestamp_packet.h Refactor CsrDependencies 2020-01-23 08:38:13 +01:00
uint16_avx2.h Move Debug helpers to the core dir 2019-09-05 16:00:35 +02:00
uint16_sse4.h Move Debug helpers to the core dir 2019-09-05 16:00:35 +02:00
validators.cpp Add ClDevice 2020-01-17 12:43:11 +01:00
validators.h Change namespace from OCLRT to NEO 2019-03-26 15:48:19 +01:00