/third_party/mesa3d/src/mesa/main/ |
H A D | compute.c | 71 * num_groups_y and num_groups_z are greater than or equal to the in validate_DispatchCompute() 79 * "If any of num_groups_x, num_groups_y or num_groups_z is greater than in validate_DispatchCompute() 133 * num_groups_y and num_groups_z are greater than or equal to the in validate_DispatchComputeGroupSizeARB() 306 dispatch_compute(GLuint num_groups_x, GLuint num_groups_y, in dispatch_compute() argument 316 num_groups_x, num_groups_y, num_groups_z); in dispatch_compute() 319 info.grid[1] = num_groups_y; in dispatch_compute() 325 if (num_groups_x == 0u || num_groups_y == 0u || num_groups_z == 0u) in dispatch_compute() 342 _mesa_DispatchCompute_no_error(GLuint num_groups_x, GLuint num_groups_y, in _mesa_DispatchCompute_no_error() argument 345 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, true); in _mesa_DispatchCompute_no_error() 350 GLuint num_groups_y, in _mesa_DispatchCompute() 349 _mesa_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) _mesa_DispatchCompute() argument 399 dispatch_compute_group_size(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z, bool no_error) dispatch_compute_group_size() argument 437 _mesa_DispatchComputeGroupSizeARB_no_error(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z) _mesa_DispatchComputeGroupSizeARB_no_error() argument 450 _mesa_DispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z) _mesa_DispatchComputeGroupSizeARB() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_1_autogen.h | 23 void dispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); \
|
H A D | validationES31_autogen.h | 55 GLuint num_groups_y,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.cpp | 205 void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in GL_DispatchCompute() argument 209 "context = %d, num_groups_x = %u, num_groups_y = %u, num_groups_z = %u", CID(context), in GL_DispatchCompute() 210 num_groups_x, num_groups_y, num_groups_z); in GL_DispatchCompute() 217 num_groups_x, num_groups_y, num_groups_z)); in GL_DispatchCompute() 220 context->dispatchCompute(num_groups_x, num_groups_y, num_groups_z); in GL_DispatchCompute() 222 ANGLE_CAPTURE(DispatchCompute, isCallValid, context, num_groups_x, num_groups_y, in GL_DispatchCompute()
|
H A D | entry_points_gles_3_1_autogen.h | 37 GLuint num_groups_y,
|
H A 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()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_1_autogen.h | 57 GLuint num_groups_y,
|
H A D | capture_gles_3_1_autogen.cpp | 157 GLuint num_groups_y, in CaptureDispatchCompute() 163 paramBuffer.addValueParam("num_groups_y", ParamType::TGLuint, num_groups_y); in CaptureDispatchCompute() 154 CaptureDispatchCompute(const State &glState, bool isCallValid, GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) CaptureDispatchCompute() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.hpp | 436 typedef void(GLW_APIENTRY* arbDispatchComputeFunc)(glw::GLuint num_groups_x, glw::GLuint num_groups_y,
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 330 GLuint num_groups_y, in DispatchComputeMinimizedProc() 329 DispatchComputeMinimizedProc(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) DispatchComputeMinimizedProc() argument
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 1382 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1451 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
H A D | gl32.h | 1382 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1451 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
/third_party/openGLES/api/GLES3/ |
H A D | gl31.h | 1363 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1432 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
H A D | gl32.h | 1363 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1432 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl31.h | 1384 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
H A D | gl32.h | 1384 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1453 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl31.h | 1363 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1432 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
H A D | gl32.h | 1363 typedef void (GL_APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 1432 GL_APICALL void GL_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z);
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_4_autogen.h | 492 GLuint num_groups_y,
|
H A D | entry_points_gl_4_autogen.cpp | 4560 void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in GL_DispatchCompute() argument 4564 "context = %d, num_groups_x = %u, num_groups_y = %u, num_groups_z = %u", CID(context), in GL_DispatchCompute() 4565 num_groups_x, num_groups_y, num_groups_z); in GL_DispatchCompute() 4572 num_groups_x, num_groups_y, num_groups_z)); in GL_DispatchCompute() 4575 context->dispatchCompute(num_groups_x, num_groups_y, num_groups_z); in GL_DispatchCompute() 4577 ANGLE_CAPTURE(DispatchCompute, isCallValid, context, num_groups_x, num_groups_y, in GL_DispatchCompute()
|
H A 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()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | null_functions.cpp | 662 GLuint num_groups_y, in glDispatchComputeNULL() 661 glDispatchComputeNULL(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) glDispatchComputeNULL() argument
|
H A D | null_functions.h | 457 GLuint num_groups_y,
|
/third_party/mesa3d/include/GL/ |
H A D | glcorearb.h | 2482 typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2526 GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 3014 typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z); 3016 GLAPI void APIENTRY glDispatchComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z);
|
/third_party/openGLES/api/GL/ |
H A D | glcorearb.h | 2463 typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2507 GLAPI void APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z); 2995 typedef void (APIENTRYP PFNGLDISPATCHCOMPUTEGROUPSIZEARBPROC) (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z); 2997 GLAPI void APIENTRY glDispatchComputeGroupSizeARB (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint group_size_x, GLuint group_size_y, GLuint group_size_z);
|