Home
last modified time | relevance | path

Searched refs:num_groups_x (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dcompute.c282 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 …]
Dcompute.h31 _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/
Dcom90c0.mme3 * arg = num_groups_x
13 send (extrinsrt $r1 $r2 0x0 0x10 0x10) /* num_groups_y << 16 | num_groups_x */
Dcom9097.mme596 * parm[0] = num_groups_x
/external/angle/src/libANGLE/
DContext_gles_3_1_autogen.h23 void dispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); \
DvalidationES31_autogen.h45 GLuint num_groups_x,
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.cpp197 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()
Dentry_points_gles_3_1_autogen.h36 ANGLE_EXPORT void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x,
DlibGLESv2_autogen.cpp1567 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/
Dcapture_gles_3_1_autogen.h56 GLuint num_groups_x,
Dcapture_gles_3_1_autogen.cpp156 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/
Dgl4cGPUShaderFP64Tests.hpp436 …typedef void(GLW_APIENTRY* arbDispatchComputeFunc)(glw::GLuint num_groups_x, glw::GLuint num_group…
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp280 void KHRONOS_APIENTRY DispatchComputeMinimizedProc(GLuint num_groups_x, in DispatchComputeMinimizedProc() argument
/external/angle/include/GLES3/
Dgl31.h1363 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…
Dgl32.h1363 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/
Dgl31.h1382 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…
Dgl32.h1382 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/
Dentry_points_gl_4_autogen.h491 ANGLE_EXPORT void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x,
Dentry_points_gl_4_autogen.cpp4395 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()
DlibGL_autogen.cpp5072 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/
Dnull_functions.h456 void INTERNAL_GL_APIENTRY glDispatchComputeNULL(GLuint num_groups_x,
Dnull_functions.cpp661 void INTERNAL_GL_APIENTRY glDispatchComputeNULL(GLuint num_groups_x, in glDispatchComputeNULL() argument
/external/swiftshader/include/GL/
Dglcorearb.h2519 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/
Dglcorearb.h2482 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/
DtcuNullRenderContextFuncs.inl1571 GLW_APICALL void GLW_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint n… argument
1573 DE_UNREF(num_groups_x);

12