Home
last modified time | relevance | path

Searched defs:localThreads (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernels.cpp180 size_t threads[1], localThreads[1]; in test_execute_kernel_local_sizes() local
311 size_t threads[1], localThreads[1]; in test_set_kernel_arg_by_index() local
381 size_t threads[1], localThreads[1]; in test_set_kernel_arg_constant() local
468 size_t threads[1], localThreads[1]; in test_set_kernel_arg_struct_array() local
574 size_t threads[1], localThreads[1]; in test_kernel_global_constant() local
H A Dtest_api_min_max.cpp123 size_t *threads, *localThreads; in test_min_max_thread_dimensions() local
1569 size_t threads[1], localThreads[1]; in test_min_max_constant_buffer_size() local
1768 size_t threads[1], localThreads[1]; in test_min_max_constant_args() local
2029 size_t threads[1], localThreads[1]; in test_min_max_local_mem_size() local
H A Dtest_create_context_from_type.cpp33 size_t threads[1], localThreads[1]; in test_create_context_from_type() local
H A Dtest_kernel_arg_changes.cpp45 size_t threads[1], localThreads[1]; in test_kernel_arg_changes() local
H A Dtest_kernel_arg_multi_setup.cpp41 size_t threads[1], localThreads[1]; in test_multi_arg_set() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/events/
H A Dtest_events.cpp43 size_t threads[1] = { 1000 }, localThreads[1]; in create_and_execute_kernel() local
729 size_t threads[1] = { 10 }, localThreads[1] = { 1 }; in test_event_enqueue_marker_with_event_list() local
782 size_t threads[1] = { 10 }, localThreads[1] = { 1 }; in test_event_enqueue_barrier_with_event_list() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/geometrics/
H A Dtest_geometrics_double.cpp193 size_t threads[1], localThreads[1]; in test_geom_cross_double() local
301 size_t i, threads[1], localThreads[1]; in test_twoToFloat_kernel_double() local
545 size_t i, threads[1], localThreads[1]; in test_oneToFloat_kernel_double() local
752 size_t i, j, threads[1], localThreads[1]; in test_oneToOne_kernel_double() local
H A Dtest_geometrics.cpp177 size_t threads[1], localThreads[1]; in test_geom_cross() local
298 size_t i, threads[1], localThreads[1]; in test_twoToFloat_kernel() local
640 size_t i, threads[1], localThreads[1]; in test_oneToFloat_kernel() local
853 size_t i, j, threads[1], localThreads[1]; in test_oneToOne_kernel() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_global_work_offsets.cpp125 size_t threads[] = {1,1,1}, localThreads[] = {1,1,1}, offsets[] = {0,0,0}; in test_global_work_offsets() local
221 size_t threads[] = {1,1,1}, localThreads[] = {1,1,1}, offsets[] = {0,0,0}; in test_get_global_offset() local
H A Dtest_vloadstore.cpp126 size_t threads[ 1 ], localThreads[ 1 ]; in test_vload() local
471 size_t threads[ 1 ], localThreads[ 1 ]; in test_vstore() local
H A Dtest_work_item_functions.cpp76 size_t threads[3], localThreads[3]; in test_work_item_functions() local
H A Dtest_astype.cpp61 size_t threads[ 1 ], localThreads[ 1 ]; in test_astype_set() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/
H A Dmutable_command_arguments.cpp222 size_t threads[1], localThreads[1]; in Run() local
352 size_t threads[1], localThreads[1]; in Run() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/relationals/
H A Dtest_relationals.cpp60 size_t threads[1], localThreads[1]; in test_any_all_kernel() local
336 size_t threads[1], localThreads[1]; in test_select_kernel() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/integer_ops/
H A Dtest_integers.cpp54 size_t threads[1], localThreads[1]; in test_single_param_integer_kernel() local
619 size_t threads[1], localThreads[1]; in test_two_param_integer_kernel() local
1273 size_t threads[1], localThreads[1]; in test_three_param_integer_kernel() local
H A Dtest_unary_ops.cpp60 size_t threads[1], localThreads[1]; in test_unary_op() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gles/
H A Dtest_images_2D.cpp48 size_t threads[ 2 ], localThreads[ 2 ]; in test_cl_image_read() local
385 size_t threads[ 2 ], localThreads[ 2 ]; in test_cl_image_write() local
H A Dtest_images_3D.cpp42 size_t threads[ 3 ], localThreads[ 3 ]; in test_image_read() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/multiple_device_context/
H A Dtest_multiple_devices.cpp46 size_t threads[1], localThreads[1]; in test_device_set() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/images/kernel_image_methods/
H A Dtest_1D.cpp115 size_t threads[1] = { 1 }, localThreads[1] = { 1 }; in test_get_1Dimage_info_single() local
H A Dtest_1D_array.cpp119 size_t threads[1] = { 1 }, localThreads[1] = { 1 }; in test_get_1Dimage_array_info_single() local
H A Dtest_2D_array.cpp125 size_t threads[1] = { 1 }, localThreads[1] = { 1 }; in test_get_2Dimage_array_info_single() local
H A Dtest_2D.cpp150 size_t threads[1] = { 1 }, localThreads[1] = { 1 }; in test_get_image_info_single() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/profiling/
H A Dexecute_multipass.cpp99 size_t localThreads[3]; in run_kernel() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
H A Dtest_functions_kernel.cpp313 size_t localThreads[2]; in kernel_functions() local

12