/external/mesa3d/src/mesa/main/ |
D | compute.c | 32 GLuint num_groups_z) in _mesa_DispatchCompute() argument 35 const GLuint num_groups[3] = { num_groups_x, num_groups_y, num_groups_z }; in _mesa_DispatchCompute() 39 num_groups_x, num_groups_y, num_groups_z); in _mesa_DispatchCompute() 44 if (num_groups_x == 0u || num_groups_y == 0u || num_groups_z == 0u) in _mesa_DispatchCompute() 66 GLuint num_groups_z, GLuint group_size_x, in _mesa_DispatchComputeGroupSizeARB() argument 70 const GLuint num_groups[3] = { num_groups_x, num_groups_y, num_groups_z }; in _mesa_DispatchComputeGroupSizeARB() 76 num_groups_x, num_groups_y, num_groups_z, in _mesa_DispatchComputeGroupSizeARB() 83 if (num_groups_x == 0u || num_groups_y == 0u || num_groups_z == 0u) in _mesa_DispatchComputeGroupSizeARB()
|
D | compute.h | 33 GLuint num_groups_z); 40 GLuint num_groups_z, GLuint group_size_x,
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/ |
D | com90c0.mme | 5 * parm[1] = num_groups_z
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2494 …PIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2538 …PI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2724 …TEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_s… 2726 …ComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_s…
|
D | glext.h | 2442 …PIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2486 …PI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2689 …TEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_s… 2691 …ComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_s…
|
/external/mesa3d/include/GLES3/ |
D | gl31.h | 1376 …PIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1444 …void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
D | gl32.h | 1376 …PIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1444 …void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 2519 …PIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2563 …PI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 3004 …TEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_s… 3006 …ComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_s…
|
D | glext.h | 2467 …PIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2511 …PI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 3004 …TEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_s… 3006 …ComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_s…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 1113 …void GLW_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) argument 1117 DE_UNREF(num_groups_z);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 935 …r::glDispatchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GLuint num_groups_z) argument 938 …lDispatchCompute(" << num_groups_x << ", " << num_groups_y << ", " << num_groups_z << ");" << Test… 939 m_gl.dispatchCompute(num_groups_x, num_groups_y, num_groups_z);
|
D | gluCallLogWrapperApi.inl | 136 …patchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GLuint num_groups_z);
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 1047 void glwDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) argument 1052 gl->dispatchCompute(num_groups_x, num_groups_y, num_groups_z);
|
D | glwApi.inl | 796 void glwDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
D | glwFunctionTypes.inl | 136 …TRY* glDispatchComputeFunc) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|