Home
last modified time | relevance | path

Searched refs:num_groups_z (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcompute.c32 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()
Dcompute.h33 GLuint num_groups_z);
40 GLuint num_groups_z, GLuint group_size_x,
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcom90c0.mme5 * parm[1] = num_groups_z
/external/swiftshader/include/GL/
Dglcorearb.h2494 …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…
Dglext.h2442 …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/
Dgl31.h1376 …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);
Dgl32.h1376 …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/
Dglcorearb.h2519 …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…
Dglext.h2467 …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/
DtcuNullRenderContextFuncs.inl1113 …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/
DgluCallLogWrapper.inl935 …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);
DgluCallLogWrapperApi.inl136 …patchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GLuint num_groups_z);
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl1047 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);
DglwApi.inl796 void glwDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
DglwFunctionTypes.inl136 …TRY* glDispatchComputeFunc) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);