/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_compute.c | 176 const unsigned work_dim = info->work_dim ? info->work_dim : 3; in fd6_launch_grid() local 178 OUT_RING(ring, A6XX_HLSQ_CS_NDRANGE_0_KERNELDIM(work_dim) | in fd6_launch_grid()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_compute.c | 191 const unsigned work_dim = info->work_dim ? info->work_dim : 3; in fd5_launch_grid() local 193 OUT_RING(ring, A5XX_HLSQ_CS_NDRANGE_0_KERNELDIM(work_dim) | in fd5_launch_grid()
|
/external/armnn/src/backends/cl/ |
D | OpenClTimer.cpp | 27 cl_uint work_dim, in Start() 58 work_dim, in Start()
|
/external/ComputeLibrary/tests/framework/instruments/ |
D | OpenCLTimer.cpp | 104 cl_uint work_dim, in test_start() 128 …cl_int retval = this->_real_function(command_queue, kernel, work_dim, gwo, gws, lws, num_events_… in test_start() 142 …return this->_real_function(command_queue, kernel, work_dim, gwo, gws, lws, num_events_in_wait_lis… in test_start()
|
/external/OpenCL-CTS/test_conformance/workgroups/ |
D | test_wg_suggested_local_work_size.cpp | 135 cl_kernel scan_kernel, int work_dim, size_t global_work_offset[3], in do_test() argument 173 err = clGetKernelSuggestedLocalWorkSizeKHR(queue, scan_kernel, work_dim, in do_test() 199 clEnqueueNDRangeKernel(queue, scan_kernel, work_dim, global_work_offset, in do_test()
|
/external/mesa3d/src/freedreno/computerator/ |
D | a6xx.c | 364 unsigned work_dim = 0; in a6xx_emit_grid() local 368 work_dim++; in a6xx_emit_grid() 372 OUT_RING(ring, A6XX_HLSQ_CS_NDRANGE_0_KERNELDIM(work_dim) | in a6xx_emit_grid()
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLTuner.cpp | 178 …auto interceptor = [this](cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, cons… in find_optimal_tuning_params() 187 …cl_int retval = this->real_clEnqueueNDRangeKernel(command_queue, kernel, work_dim, gwo, gws, lws… in find_optimal_tuning_params()
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl_ext.h | 228 cl_uint work_dim, 391 cl_uint work_dim, 437 cl_uint work_dim; member 1210 cl_uint work_dim, 1219 cl_uint work_dim,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_cs.c | 60 unsigned work_dim; member 348 system_values.work_dim = work_dim_arg; in generate_compute() 1284 … job_info->grid_size[0], job_info->grid_size[1], job_info->grid_size[2], job_info->work_dim, in cs_exec_fn() 1335 job_info.work_dim = info->work_dim; in llvmpipe_launch_grid()
|
D | lp_jit.h | 404 uint32_t work_dim,
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 852 uint work_dim; member
|
/external/OpenCL-CTS/test_conformance/spir/ |
D | run_services.cpp | 254 ws.work_dim = 1; in generate_kernel_ws() 734 …int error = clEnqueueNDRangeKernel( queue, kernel, ws.work_dim, ws.global_work_offset, ws.global_w… in run_kernel()
|
D | datagen.cpp | 24 switch( work_dim ) in getGlobalWorkSize()
|
/external/ComputeLibrary/include/CL/ |
D | cl_ext.h | 722 cl_uint work_dim, 731 cl_uint work_dim,
|
/external/angle/src/libANGLE/ |
D | validationCL.cpp | 2013 cl_uint work_dim, in ValidateEnqueueNDRangeKernel() argument 2040 if (work_dim == 0u || work_dim > device.getInfo().maxWorkItemSizes.size()) in ValidateEnqueueNDRangeKernel() 2060 for (cl_uint dim = 0u; dim < work_dim; ++dim) in ValidateEnqueueNDRangeKernel() 2077 for (cl_uint dim = 0u; dim < work_dim; ++dim) in ValidateEnqueueNDRangeKernel()
|
D | validationCL_autogen.h | 266 cl_uint work_dim,
|
/external/ComputeLibrary/src/core/CL/ |
D | OpenCL.cpp | 409 cl_uint work_dim, in clEnqueueNDRangeKernel() argument 421 …return func(command_queue, kernel, work_dim, global_work_offset, global_work_size, local_work_size… in clEnqueueNDRangeKernel()
|
/external/ImageMagick/MagickCore/ |
D | opencl-private.h | 208 cl_command_queue command_queue,cl_kernel kernel,cl_uint work_dim,
|
D | opencl.c | 1692 cl_kernel kernel,cl_uint work_dim,const size_t *offset,const size_t *gsize, in EnqueueOpenCLKernel() argument 1726 status=openCL_library->clEnqueueNDRangeKernel(queue,kernel,work_dim,offset, in EnqueueOpenCLKernel() 1732 status=openCL_library->clEnqueueNDRangeKernel(queue,kernel,work_dim, in EnqueueOpenCLKernel()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.h | 180 LLVMValueRef work_dim; member
|
/external/angle/src/libGLESv2/ |
D | cl_stubs.cpp | 973 cl_uint work_dim, in EnqueueNDRangeKernel() argument 982 kernel, work_dim, global_work_offset, global_work_size, local_work_size, in EnqueueNDRangeKernel()
|
D | entry_points_cl_autogen.cpp | 1078 cl_uint work_dim, in clEnqueueNDRangeKernel() argument 1092 (uintptr_t)command_queue, (uintptr_t)kernel, work_dim, (uintptr_t)global_work_offset, in clEnqueueNDRangeKernel() 1096 ANGLE_CL_VALIDATE_ERROR(EnqueueNDRangeKernel, command_queue, kernel, work_dim, in clEnqueueNDRangeKernel() 1100 return EnqueueNDRangeKernel(command_queue, kernel, work_dim, global_work_offset, in clEnqueueNDRangeKernel()
|
D | cl_stubs_autogen.h | 459 cl_uint work_dim,
|
/external/angle/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 526 cl_uint work_dim, in clEnqueueNDRangeKernel() argument 535 command_queue, kernel, work_dim, global_work_offset, global_work_size, local_work_size, in clEnqueueNDRangeKernel()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_compute.c | 416 PUSH_DATA (push, info->work_dim); in nvc0_compute_upload_input()
|