Searched defs:num_groups_x (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | compute.c | 282 dispatch_compute(GLuint num_groups_x, GLuint num_groups_y, in dispatch_compute() 304 _mesa_DispatchCompute_no_error(GLuint num_groups_x, GLuint num_groups_y, in _mesa_DispatchCompute_no_error() 311 _mesa_DispatchCompute(GLuint num_groups_x, in _mesa_DispatchCompute() 347 dispatch_compute_group_size(GLuint num_groups_x, GLuint num_groups_y, in dispatch_compute_group_size() 375 _mesa_DispatchComputeGroupSizeARB_no_error(GLuint num_groups_x, in _mesa_DispatchComputeGroupSizeARB_no_error() 388 _mesa_DispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y, in _mesa_DispatchComputeGroupSizeARB()
|
D | dlist.c | 6363 save_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, in save_DispatchCompute()
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_3_autogen.cpp | 246 void GL_APIENTRY DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in DispatchCompute()
|
D | libGL_autogen.cpp | 5088 void GL_APIENTRY glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute()
|
/external/angle/src/libANGLE/ |
D | capture_gles_3_1_autogen.cpp | 133 GLuint num_groups_x, in CaptureDispatchCompute()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_1_autogen.cpp | 176 void GL_APIENTRY DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in DispatchCompute()
|
D | libGLESv2_autogen.cpp | 1568 void GL_APIENTRY glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute() 5831 GLuint num_groups_x, in glDispatchComputeContextANGLE()
|
D | entry_points_gles_ext_autogen.cpp | 10554 GLuint num_groups_x, in DispatchComputeContextANGLE()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | null_functions.cpp | 637 void INTERNAL_GL_APIENTRY glDispatchComputeNULL(GLuint num_groups_x, in glDispatchComputeNULL()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1204 void CallLogWrapper::glDispatchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GL…
|
/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…
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 1351 void glwDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
|