Home
last modified time | relevance | path

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

123

/external/OpenCL-CTS/test_conformance/device_execution/
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
/external/OpenCL-CTS/test_conformance/pipes/
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
Dtest_pipe_readwrite_errors.cpp73 size_t global_work_size[3]; in test_pipe_readwrite_errors() local
Dtest_pipe_subgroups.cpp98 size_t global_work_size[3]; in test_pipe_subgroups_divergence() local
Dtest_pipe_query_functions.cpp89 size_t global_work_size[3]; in test_pipe_query_functions() local
/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_subgroup_shuffle.cpp46 constexpr size_t global_work_size = 2000; in test_subgroup_functions_shuffle() local
Dtest_subgroup_shuffle_relative.cpp48 constexpr size_t global_work_size = 2000; in test_subgroup_functions_shuffle_relative() local
Dtest_subgroup_extended_types.cpp69 constexpr size_t global_work_size = 2000; in test_subgroup_functions_extended_types() local
Dtest_subgroup_rotate.cpp72 constexpr size_t global_work_size = 2000; in test_subgroup_functions_rotate() local
Dtest_subgroup_non_uniform_arithmetic.cpp137 constexpr size_t global_work_size = 2000; in test_subgroup_functions_non_uniform_arithmetic() local
Dtest_subgroup_clustered_reduce.cpp195 constexpr size_t global_work_size = 2000; in test_subgroup_functions_clustered_reduce() local
Dtest_barrier.cpp163 constexpr size_t global_work_size = 2000; in test_barrier_functions() local
Dtest_subgroup_non_uniform_vote.cpp268 constexpr size_t global_work_size = 170; in test_subgroup_functions_non_uniform_vote() local
Dtest_subgroup.cpp169 constexpr size_t global_work_size = 2000; in test_subgroup_functions() local
Dtest_ifp.cpp295 constexpr size_t global_work_size = 2000; in test_ifp() local
/external/OpenCL-CTS/test_conformance/buffers/
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
Dtest_buffer_mem.cpp77 size_t global_work_size[3]; in test_mem_flags() local
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
Dmutable_command_basic.h95 const size_t global_work_size = 4 * 16; member
Dmutable_command_local_size.cpp159 const size_t global_work_size = 16; member
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_extended_bit_ops_reverse.cpp117 size_t global_work_size[] = { reference.size() / N }; in test_vectype() local
Dtest_extended_bit_ops_insert.cpp154 size_t global_work_size[] = { reference.size() / N }; in test_vectype() local
Dtest_extended_bit_ops_extract.cpp215 size_t global_work_size[] = { sreference.size() / N }; in test_vectype() local
/external/OpenCL-CTS/test_conformance/spir/
Ddatagen.h92 size_t global_work_size[MAX_WORK_DIM]; variable
/external/mesa3d/src/gallium/frontends/rusticl/api/
Dkernel.rs567 let global_work_size = unsafe { kernel_work_arr_or_default(global_work_size, work_dim) }; in enqueue_ndrange_kernel() localVariable
739 let mut global_work_size = in get_kernel_suggested_local_work_size_khr() localVariable
/external/OpenCL-CTS/test_conformance/vulkan/
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

123