Home
last modified time | relevance | path

Searched refs:work_dim (Results 1 - 25 of 41) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_compute.c148 /* 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 Dfd6_compute.c154 /* 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 Dfd4_compute.c167 /* 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 Da4xx.c290 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 Da6xx.c416 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 Dclc_compiler.h154 unsigned work_dim; member
H A Dclc_nir.c62 work_dim)), in lower_load_work_dim()
H A Dcompute_test.cpp545 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 Diris_draw.c411 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 Dlp_state_cs.c60 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 Dlp_jit.h519 uint32_t work_dim,
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h940 * 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 Dzink_program.h59 unsigned work_dim; member
/third_party/opencl-headers/CL/
H A Dcl_ext.h228 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 DvalidationCL.cpp2013 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 DvalidationCL_autogen.h266 cl_uint work_dim,
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h179 LLVMValueRef work_dim; member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_cl_autogen.cpp1078 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 Dcl_stubs.cpp973 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 Dcl_stubs_autogen.h459 cl_uint work_dim,
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp629 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 DlibOpenCL_autogen.cpp526 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 Dnvc0_compute.c414 /* (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 Dfreedreno_draw.c569 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 Dir3_const.h615 [IR3_DP_WORK_DIM] = info->work_dim,

Completed in 36 milliseconds

12