/aosp_15_r20/external/OpenCL-CTS/test_conformance/device_execution/ |
H A D | enqueue_ndrange.cpp | 478 …size_t global_work_size = glob_size_arr[(g + 2) % n] * glob_size_arr[(g + 1) % n] * glob_size_arr[… in generate_reference_3D() local 502 …size_t global_work_size = glob_size_arr[(g + 2) % n] * glob_size_arr[(g + 1) % n] * glob_size_arr[… in generate_reference_3D_local() local 527 …size_t global_work_size = glob_size_arr[(g + 2) % n] * glob_size_arr[(g + 1) % n] * glob_size_arr[… in generate_reference_3D_offset() local 653 cl_uint global_work_size = max_local_size * 2; in test_enqueue_ndrange() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/buffers/ |
H A D | test_buffer_read.cpp | 628 size_t global_work_size[3]; in test_buffer_read() local 768 size_t global_work_size[3]; in test_buffer_read_async() local 903 size_t global_work_size[3]; in test_buffer_read_array_barrier() local 1103 size_t global_work_size[3]; local 1186 size_t global_work_size[3]; in testRandomReadSize() local
|
H A D | test_buffer_write.cpp | 631 size_t global_work_size[3]; in test_buffer_write() local 801 size_t global_work_size[3]; in test_buffer_write_struct() local 978 size_t global_work_size[3]; in test_buffer_write_array_async() local
|
H A D | test_buffer_mem.cpp | 77 size_t global_work_size[3]; in test_mem_flags() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/pipes/ |
H A D | test_pipe_limits.cpp | 162 size_t global_work_size[3]; in test_pipe_max_args() local 274 size_t global_work_size[3]; in test_pipe_max_packet_size() local 418 size_t global_work_size[3]; in test_pipe_max_active_reservations() local
|
H A D | test_pipe_readwrite_errors.cpp | 73 size_t global_work_size[3]; in test_pipe_readwrite_errors() local
|
H A D | test_pipe_subgroups.cpp | 98 size_t global_work_size[3]; in test_pipe_subgroups_divergence() local
|
H A D | test_pipe_query_functions.cpp | 89 size_t global_work_size[3]; in test_pipe_query_functions() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/ |
H A D | test_vulkan_interop_buffer.cpp | 90 size_t global_work_size[1]; in run_test_with_two_queue() local 438 size_t global_work_size[1]; in run_test_with_one_queue() local 738 size_t global_work_size[1]; in run_test_with_multi_import_same_ctx() local 1109 size_t global_work_size[1]; in run_test_with_multi_import_diff_ctx() local
|
H A D | test_vulkan_interop_image.cpp | 638 size_t global_work_size[3] = { width, height, in run_test_with_two_queue() local 1170 size_t global_work_size[3] = { width, height, in run_test_with_one_queue() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | kernel.rs | 554 let global_work_size = unsafe { kernel_work_arr_or_default(global_work_size, work_dim) }; in enqueue_ndrange_kernel() localVariable 726 let mut global_work_size = in get_kernel_suggested_local_work_size_khr() localVariable
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/subgroups/ |
H A D | test_subgroup_shuffle.cpp | 46 constexpr size_t global_work_size = 2000; in test_subgroup_functions_shuffle() local
|
H A D | test_subgroup_shuffle_relative.cpp | 48 constexpr size_t global_work_size = 2000; in test_subgroup_functions_shuffle_relative() local
|
H A D | test_subgroup_extended_types.cpp | 69 constexpr size_t global_work_size = 2000; in test_subgroup_functions_extended_types() local
|
H A D | test_subgroup_rotate.cpp | 72 constexpr size_t global_work_size = 2000; in test_subgroup_functions_rotate() local
|
H A D | test_subgroup_non_uniform_arithmetic.cpp | 137 constexpr size_t global_work_size = 2000; in test_subgroup_functions_non_uniform_arithmetic() local
|
H A D | test_subgroup_clustered_reduce.cpp | 195 constexpr size_t global_work_size = 2000; in test_subgroup_functions_clustered_reduce() local
|
H A D | test_barrier.cpp | 163 constexpr size_t global_work_size = 2000; in test_barrier_functions() local
|
H A D | test_subgroup_non_uniform_vote.cpp | 268 constexpr size_t global_work_size = 170; in test_subgroup_functions_non_uniform_vote() local
|
H A D | test_subgroup.cpp | 169 constexpr size_t global_work_size = 2000; in test_subgroup_functions() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/ |
H A D | mutable_command_basic.h | 95 const size_t global_work_size = 4 * 16; member
|
H A D | mutable_command_local_size.cpp | 159 const size_t global_work_size = 16; member
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/ |
H A D | test_extended_bit_ops_reverse.cpp | 117 size_t global_work_size[] = { reference.size() / N }; in test_vectype() local
|
H A D | test_extended_bit_ops_insert.cpp | 154 size_t global_work_size[] = { reference.size() / N }; in test_vectype() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | datagen.h | 92 size_t global_work_size[MAX_WORK_DIM]; variable
|