/aosp_15_r20/external/OpenCL-CTS/test_conformance/workgroups/ |
H A D | test_wg_suggested_local_work_size.cpp | 129 cl_kernel scan_kernel, int work_dim, size_t global_work_offset[3], in do_test() 168 global_work_offset, test_values, in do_test() 193 clEnqueueNDRangeKernel(queue, scan_kernel, work_dim, global_work_offset, in do_test() 222 cl_ulong max_local_mem_size, size_t global_work_offset[], num_dims dim) in do_test_work_group_suggested_local_size() argument 281 global_work_offset, test_values, in do_test_work_group_suggested_local_size() 311 size_t global_work_offset[] = { 0, 0, 0 }; in test_work_group_suggested_local_size_1D() local 322 max_local_mem_size, global_work_offset, _1D); in test_work_group_suggested_local_size_1D() 333 max_local_mem_size, global_work_offset, _1D); in test_work_group_suggested_local_size_1D() 344 max_local_mem_size, global_work_offset, _1D); in test_work_group_suggested_local_size_1D() 349 global_work_offset[0] = 10; in test_work_group_suggested_local_size_1D() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | kernel.rs | 520 global_work_offset: *const usize, in enqueue_ndrange_kernel() 556 let global_work_offset = unsafe { kernel_work_arr_or_default(global_work_offset, work_dim) }; in enqueue_ndrange_kernel() localVariable 565 let gwo = global_work_offset[i]; in enqueue_ndrange_kernel() 628 global_work_offset, in enqueue_ndrange_kernel() 678 global_work_offset: *const usize, in get_kernel_suggested_local_work_size_khr() 688 if global_work_offset.is_null() { in get_kernel_suggested_local_work_size_khr() 733 let global_work_offset = unsafe { kernel_work_arr_or_default(global_work_offset, work_dim) }; in get_kernel_suggested_local_work_size_khr() localVariable 739 let gwo = global_work_offset[i]; in get_kernel_suggested_local_work_size_khr()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/cl_khr_command_buffer_mutable_dispatch/ |
H A D | mutable_command_info.cpp | 322 command_buffer, nullptr, nullptr, kernel, 1, &global_work_offset, in Run() 330 if (test_global_work_offset != global_work_offset) in Run() 344 const size_t global_work_offset = 4 * sizeof(cl_int); member
|
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
H A D | cl_ext.h | 229 const size_t* global_work_offset, 392 const size_t* global_work_offset, 441 const size_t* global_work_offset; member 1211 const size_t* global_work_offset, 1220 const size_t* global_work_offset,
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | cl_ext.h | 229 const size_t* global_work_offset, 392 const size_t* global_work_offset, 441 const size_t* global_work_offset; member 1211 const size_t* global_work_offset, 1220 const size_t* global_work_offset,
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/loader_test/ |
H A D | test_kernel.c | 181 data->global_work_offset, in test_clEnqueueNDRangeKernel() 191 data->global_work_offset, in test_clEnqueueNDRangeKernel()
|
H A D | param_struct.h | 807 const size_t *global_work_offset; member
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl_ext.h | 286 const size_t* global_work_offset, 486 const size_t* global_work_offset, 617 const size_t* global_work_offset; member 1631 const size_t* global_work_offset, 1645 const size_t* global_work_offset,
|
H A D | cl_function_types.h | 541 const size_t* global_work_offset,
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl_ext.h | 286 const size_t* global_work_offset, 486 const size_t* global_work_offset, 617 const size_t* global_work_offset; member 1641 const size_t* global_work_offset, 1655 const size_t* global_work_offset,
|
H A D | cl_function_types.h | 541 const size_t* global_work_offset,
|
/aosp_15_r20/external/ComputeLibrary/include/CL/ |
H A D | cl_ext.h | 723 const size_t* global_work_offset, 732 const size_t* global_work_offset,
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/ |
H A D | OpenCL.cpp | 410 const size_t *global_work_offset, in clEnqueueNDRangeKernel() argument 421 …return func(command_queue, kernel, work_dim, global_work_offset, global_work_size, local_work_size… in clEnqueueNDRangeKernel()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_cl_autogen.cpp | 1121 const size_t *global_work_offset, in clEnqueueNDRangeKernel() argument 1134 (uintptr_t)command_queue, (uintptr_t)kernel, work_dim, (uintptr_t)global_work_offset, in clEnqueueNDRangeKernel() 1139 global_work_offset, global_work_size, local_work_size, in clEnqueueNDRangeKernel() 1143 return EnqueueNDRangeKernel(command_queue, kernel, work_dim, global_work_offset, in clEnqueueNDRangeKernel()
|
H A D | cl_stubs.cpp | 1009 const size_t *global_work_offset, in EnqueueNDRangeKernel() argument 1016 cl::NDRange ndrange(work_dim, global_work_offset, global_work_size, local_work_size); in EnqueueNDRangeKernel()
|
H A D | cl_stubs_autogen.h | 438 const size_t *global_work_offset,
|
H A D | entry_points_cl_autogen.h | 278 const size_t *global_work_offset,
|
/aosp_15_r20/external/angle/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 527 const size_t *global_work_offset, in clEnqueueNDRangeKernel() argument 535 command_queue, kernel, work_dim, global_work_offset, global_work_size, local_work_size, in clEnqueueNDRangeKernel()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/driver_stub/ |
H A D | cl.c | 1767 const size_t * global_work_offset , in clEnqueueNDRangeKernel() argument 1779 global_work_offset, in clEnqueueNDRangeKernel()
|
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | validationCL_autogen.h | 267 const size_t *global_work_offset,
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_progvar.cpp | 1065 const size_t global_work_offset[] = { 0 }; in check_global_initialization() local 1068 global_work_offset, global_work_size, in check_global_initialization()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/ |
H A D | icd_dispatch_generated.c | 2374 const size_t* global_work_offset, in clEnqueueNDRangeKernel() argument 2387 global_work_offset, in clEnqueueNDRangeKernel() 2399 global_work_offset, in clEnqueueNDRangeKernel() 2413 const size_t* global_work_offset, in clEnqueueNDRangeKernel_disp() argument 2425 global_work_offset, in clEnqueueNDRangeKernel_disp()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/ |
H A D | run_services.cpp | 734 …int error = clEnqueueNDRangeKernel( queue, kernel, ws.work_dim, ws.global_work_offset, ws.global_w… in run_kernel()
|
H A D | datagen.h | 91 size_t global_work_offset[MAX_WORK_DIM]; variable
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/layer/ |
H A D | icd_print_layer_generated.c | 894 const size_t* global_work_offset, in clEnqueueNDRangeKernel_wrap() argument 906 global_work_offset, in clEnqueueNDRangeKernel_wrap()
|