/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_compute.c | 148 /* for some reason, mesa/st doesn't set info->work_dim, so just assume 3: */ 149 const unsigned work_dim = info->work_dim ? info->work_dim : 3; variable 151 OUT_RING(ring, A5XX_HLSQ_CS_NDRANGE_0_KERNELDIM(work_dim) |
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_compute.c | 154 /* for some reason, mesa/st doesn't set info->work_dim, so just assume 3: */ 155 const unsigned work_dim = info->work_dim ? info->work_dim : 3; variable 157 OUT_RING(ring, A6XX_HLSQ_CS_NDRANGE_0_KERNELDIM(work_dim) |
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_compute.c | 167 /* for some reason, mesa/st doesn't set info->work_dim, so just assume 3: */ 168 const unsigned work_dim = info->work_dim ? info->work_dim : 3; variable 170 OUT_RING(ring, A4XX_HLSQ_CL_NDRANGE_0_KERNELDIM(work_dim) |
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | a4xx.c | 290 unsigned work_dim = 0; in a4xx_emit_grid() local 294 work_dim++; in a4xx_emit_grid() 298 OUT_RING(ring, A4XX_HLSQ_CL_NDRANGE_0_KERNELDIM(work_dim) | in a4xx_emit_grid()
|
H A D | a6xx.c | 416 unsigned work_dim = 0; in a6xx_emit_grid() local 420 work_dim++; in a6xx_emit_grid() 424 OUT_RING(ring, A6XX_HLSQ_CS_NDRANGE_0_KERNELDIM(work_dim) | in a6xx_emit_grid()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | clc_compiler.h | 154 unsigned work_dim; member
|
H A D | clc_nir.c | 62 work_dim)), in lower_load_work_dim()
|
H A D | compute_test.cpp | 545 if (work_props.work_dim == 0) in run_shader_with_raw_args() 546 work_props.work_dim = 3; in run_shader_with_raw_args()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_draw.c | 411 if (ice->state.last_grid_dim != grid->work_dim) { in iris_launch_grid() 412 ice->state.last_grid_dim = grid->work_dim; in iris_launch_grid()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_cs.c | 60 unsigned work_dim; member 174 lp_build_name(work_dim_arg, "work_dim"); in generate_compute() 372 system_values.work_dim = work_dim_arg; in generate_compute() 1355 job_info->grid_size[0], job_info->grid_size[1], job_info->grid_size[2], job_info->work_dim, in cs_exec_fn() 1409 job_info.work_dim = info->work_dim; in llvmpipe_launch_grid()
|
H A D | lp_jit.h | 519 uint32_t work_dim,
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 940 * Grid number of dimensions, 1-3, e.g. the work_dim parameter passed to 944 uint work_dim; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.h | 59 unsigned work_dim; member
|
/third_party/opencl-headers/CL/ |
H A D | cl_ext.h | 228 cl_uint work_dim, 391 cl_uint work_dim, 1103 cl_uint work_dim, 1112 cl_uint work_dim,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL.cpp | 2013 cl_uint work_dim, in ValidateEnqueueNDRangeKernel() 2039 // CL_INVALID_WORK_DIMENSION if work_dim is not a valid value. in ValidateEnqueueNDRangeKernel() 2040 if (work_dim == 0u || work_dim > device.getInfo().maxWorkItemSizes.size()) in ValidateEnqueueNDRangeKernel() 2052 // specified in global_work_size[0] ... global_work_size[work_dim - 1] are 0. in ValidateEnqueueNDRangeKernel() 2060 for (cl_uint dim = 0u; dim < work_dim; ++dim) in ValidateEnqueueNDRangeKernel() 2074 // in any of local_work_size[0] ... local_work_size[work_dim - 1] in ValidateEnqueueNDRangeKernel() 2076 // CL_DEVICE_MAX_WORK_ITEM_SIZES[0] ... CL_DEVICE_MAX_WORK_ITEM_SIZES[work_dim - 1]. in ValidateEnqueueNDRangeKernel() 2077 for (cl_uint dim = 0u; dim < work_dim; ++dim) in ValidateEnqueueNDRangeKernel() 2088 // local_work_size[0] x ... local_work_size[work_dim in ValidateEnqueueNDRangeKernel() 2011 ValidateEnqueueNDRangeKernel(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t *global_work_offset, const size_t *global_work_size, const size_t *local_work_size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, const cl_event *event) ValidateEnqueueNDRangeKernel() argument [all...] |
H A D | validationCL_autogen.h | 266 cl_uint work_dim,
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.h | 179 LLVMValueRef work_dim; member
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.cpp | 1078 cl_uint work_dim, in clEnqueueNDRangeKernel() 1088 ", work_dim = %u, global_work_offset = 0x%016" PRIxPTR in clEnqueueNDRangeKernel() 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() 1076 clEnqueueNDRangeKernel(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t *global_work_offset, const size_t *global_work_size, const size_t *local_work_size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueNDRangeKernel() argument
|
H A D | cl_stubs.cpp | 973 cl_uint work_dim, in EnqueueNDRangeKernel() 982 kernel, work_dim, global_work_offset, global_work_size, local_work_size, in EnqueueNDRangeKernel() 971 EnqueueNDRangeKernel(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t *global_work_offset, const size_t *global_work_size, const size_t *local_work_size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) EnqueueNDRangeKernel() argument
|
H A D | cl_stubs_autogen.h | 459 cl_uint work_dim,
|
/third_party/opencl-headers/src/ |
H A D | opencl_wrapper.cpp | 629 cl_int clEnqueueNDRangeKernel(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, in clEnqueueNDRangeKernel() argument 637 return func(command_queue, kernel, work_dim, global_work_offset, global_work_size, local_work_size, in clEnqueueNDRangeKernel()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 526 cl_uint work_dim, in clEnqueueNDRangeKernel() 535 command_queue, kernel, work_dim, global_work_offset, global_work_size, local_work_size, in clEnqueueNDRangeKernel() 524 clEnqueueNDRangeKernel(cl_command_queue command_queue, cl_kernel kernel, cl_uint work_dim, const size_t *global_work_offset, const size_t *global_work_size, const size_t *local_work_size, cl_uint num_events_in_wait_list, const cl_event *event_wait_list, cl_event *event) clEnqueueNDRangeKernel() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_compute.c | 414 /* (7) as we only upload work_dim on nvc0, the rest uses special regs */ in nvc0_compute_upload_input() 416 PUSH_DATA (push, info->work_dim); in nvc0_compute_upload_input()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_draw.c | 569 DBG("%p: work_dim=%u, block=%ux%ux%u, grid=%ux%ux%u", 570 batch, info->work_dim,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_const.h | 615 [IR3_DP_WORK_DIM] = info->work_dim,
|