/external/mesa3d/src/mesa/main/ |
D | compute.c | 282 dispatch_compute(GLuint num_groups_x, GLuint num_groups_y, in dispatch_compute() argument 286 const GLuint num_groups[3] = { num_groups_x, num_groups_y, num_groups_z }; in dispatch_compute() 292 num_groups_x, num_groups_y, num_groups_z); in dispatch_compute() 297 if (num_groups_x == 0u || num_groups_y == 0u || num_groups_z == 0u) in dispatch_compute() 304 _mesa_DispatchCompute_no_error(GLuint num_groups_x, GLuint num_groups_y, in _mesa_DispatchCompute_no_error() argument 307 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, true); in _mesa_DispatchCompute_no_error() 312 GLuint num_groups_y, in _mesa_DispatchCompute() argument 315 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, false); in _mesa_DispatchCompute() 347 dispatch_compute_group_size(GLuint num_groups_x, GLuint num_groups_y, in dispatch_compute_group_size() argument 353 const GLuint num_groups[3] = { num_groups_x, num_groups_y, num_groups_z }; in dispatch_compute_group_size() [all …]
|
D | compute.h | 31 _mesa_DispatchCompute_no_error(GLuint num_groups_x, GLuint num_groups_y, 35 GLuint num_groups_y, 45 GLuint num_groups_y, 51 _mesa_DispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y,
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
D | com90c0.mme | 4 * parm[0] = num_groups_y 13 send (extrinsrt $r1 $r2 0x0 0x10 0x10) /* num_groups_y << 16 | num_groups_x */
|
D | com9097.mme | 597 * parm[1] = num_groups_y
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_1_autogen.h | 23 void dispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); \
|
D | validationES31_autogen.h | 46 GLuint num_groups_y,
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 197 void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in GL_DispatchCompute() argument 202 num_groups_x, num_groups_y, num_groups_z); in GL_DispatchCompute() 209 ValidateDispatchCompute(context, num_groups_x, num_groups_y, num_groups_z)); in GL_DispatchCompute() 212 context->dispatchCompute(num_groups_x, num_groups_y, num_groups_z); in GL_DispatchCompute() 214 ANGLE_CAPTURE(DispatchCompute, isCallValid, context, num_groups_x, num_groups_y, in GL_DispatchCompute()
|
D | entry_points_gles_3_1_autogen.h | 37 GLuint num_groups_y,
|
D | libGLESv2_autogen.cpp | 1567 void GL_APIENTRY glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute() argument 1569 return GL_DispatchCompute(num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_1_autogen.h | 57 GLuint num_groups_y,
|
D | capture_gles_3_1_autogen.cpp | 157 GLuint num_groups_y, in CaptureDispatchCompute() argument 163 paramBuffer.addValueParam("num_groups_y", ParamType::TGLuint, num_groups_y); in CaptureDispatchCompute()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 436 …edef void(GLW_APIENTRY* arbDispatchComputeFunc)(glw::GLuint num_groups_x, glw::GLuint num_groups_y,
|
/external/angle/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 281 GLuint num_groups_y, in DispatchComputeMinimizedProc() argument
|
/external/angle/include/GLES3/ |
D | gl31.h | 1363 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLu… 1432 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
D | gl32.h | 1363 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLu… 1432 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
/external/mesa3d/include/GLES3/ |
D | gl31.h | 1382 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLu… 1451 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
D | gl32.h | 1382 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLu… 1451 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num…
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.h | 492 GLuint num_groups_y,
|
D | entry_points_gl_4_autogen.cpp | 4395 void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in GL_DispatchCompute() argument 4400 num_groups_x, num_groups_y, num_groups_z); in GL_DispatchCompute() 4407 ValidateDispatchCompute(context, num_groups_x, num_groups_y, num_groups_z)); in GL_DispatchCompute() 4410 context->dispatchCompute(num_groups_x, num_groups_y, num_groups_z); in GL_DispatchCompute() 4412 ANGLE_CAPTURE(DispatchCompute, isCallValid, context, num_groups_x, num_groups_y, in GL_DispatchCompute()
|
D | libGL_autogen.cpp | 5072 void GL_APIENTRY glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute() argument 5074 return GL_DispatchCompute(num_groups_x, num_groups_y, num_groups_z); in glDispatchCompute()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | null_functions.h | 457 GLuint num_groups_y,
|
D | null_functions.cpp | 662 GLuint num_groups_y, in glDispatchComputeNULL() argument
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2519 typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint… 2563 GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_… 3051 …YP PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_gro… 3053 GLAPI void APIENTRY glDispatchComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint…
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2482 typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint… 2526 GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_… 3014 …YP PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_gro… 3016 GLAPI void APIENTRY glDispatchComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 1571 GLW_APICALL void GLW_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint n… argument 1574 DE_UNREF(num_groups_y);
|