/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() 311 _mesa_DispatchCompute(GLuint num_groups_x, 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, 34 _mesa_DispatchCompute(GLuint num_groups_x, 44 _mesa_DispatchComputeGroupSizeARB_no_error(GLuint num_groups_x, 51 _mesa_DispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y,
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
D | com90c0.mme | 3 * arg = num_groups_x 13 send (extrinsrt $r1 $r2 0x0 0x10 0x10) /* num_groups_y << 16 | num_groups_x */
|
D | com9097.mme | 596 * parm[0] = num_groups_x
|
/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 | 45 GLuint num_groups_x,
|
/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 | 36 ANGLE_EXPORT void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x,
|
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 | 56 GLuint num_groups_x,
|
D | capture_gles_3_1_autogen.cpp | 156 GLuint num_groups_x, in CaptureDispatchCompute() argument 162 paramBuffer.addValueParam("num_groups_x", ParamType::TGLuint, num_groups_x); in CaptureDispatchCompute()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 436 …typedef void(GLW_APIENTRY* arbDispatchComputeFunc)(glw::GLuint num_groups_x, glw::GLuint num_group…
|
/external/angle/src/tests/perf_tests/ |
D | TracePerfTest.cpp | 280 void KHRONOS_APIENTRY DispatchComputeMinimizedProc(GLuint num_groups_x, 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 | 491 ANGLE_EXPORT void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x,
|
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 | 456 void INTERNAL_GL_APIENTRY glDispatchComputeNULL(GLuint num_groups_x,
|
D | null_functions.cpp | 661 void INTERNAL_GL_APIENTRY glDispatchComputeNULL(GLuint num_groups_x, 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 typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_grou… 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 typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_grou… 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 1573 DE_UNREF(num_groups_x);
|