Home
last modified time | relevance | path

Searched defs:global_work_size (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/OpenCL-CTS/test_conformance/device_execution/
H A Denqueue_ndrange.cpp478 …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 Dtest_buffer_read.cpp628 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 Dtest_buffer_write.cpp631 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 Dtest_buffer_mem.cpp77 size_t global_work_size[3]; in test_mem_flags() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/pipes/
H A Dtest_pipe_limits.cpp162 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 Dtest_pipe_readwrite_errors.cpp73 size_t global_work_size[3]; in test_pipe_readwrite_errors() local
H A Dtest_pipe_subgroups.cpp98 size_t global_work_size[3]; in test_pipe_subgroups_divergence() local
H A Dtest_pipe_query_functions.cpp89 size_t global_work_size[3]; in test_pipe_query_functions() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/vulkan/
H A Dtest_vulkan_interop_buffer.cpp90 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 Dtest_vulkan_interop_image.cpp638 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 Dkernel.rs554 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 Dtest_subgroup_shuffle.cpp46 constexpr size_t global_work_size = 2000; in test_subgroup_functions_shuffle() local
H A Dtest_subgroup_shuffle_relative.cpp48 constexpr size_t global_work_size = 2000; in test_subgroup_functions_shuffle_relative() local
H A Dtest_subgroup_extended_types.cpp69 constexpr size_t global_work_size = 2000; in test_subgroup_functions_extended_types() local
H A Dtest_subgroup_rotate.cpp72 constexpr size_t global_work_size = 2000; in test_subgroup_functions_rotate() local
H A Dtest_subgroup_non_uniform_arithmetic.cpp137 constexpr size_t global_work_size = 2000; in test_subgroup_functions_non_uniform_arithmetic() local
H A Dtest_subgroup_clustered_reduce.cpp195 constexpr size_t global_work_size = 2000; in test_subgroup_functions_clustered_reduce() local
H A Dtest_barrier.cpp163 constexpr size_t global_work_size = 2000; in test_barrier_functions() local
H A Dtest_subgroup_non_uniform_vote.cpp268 constexpr size_t global_work_size = 170; in test_subgroup_functions_non_uniform_vote() local
H A Dtest_subgroup.cpp169 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 Dmutable_command_basic.h95 const size_t global_work_size = 4 * 16; member
H A Dmutable_command_local_size.cpp159 const size_t global_work_size = 16; member
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_extended_bit_ops_reverse.cpp117 size_t global_work_size[] = { reference.size() / N }; in test_vectype() local
H A Dtest_extended_bit_ops_insert.cpp154 size_t global_work_size[] = { reference.size() / N }; in test_vectype() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Ddatagen.h92 size_t global_work_size[MAX_WORK_DIM]; variable

12