Searched defs:num_groups_z (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | compute.c | 248 GLuint num_groups_z, bool no_error) in dispatch_compute() 270 GLuint num_groups_z) in _mesa_DispatchCompute_no_error() 278 GLuint num_groups_z) in _mesa_DispatchCompute() 313 GLuint num_groups_z, GLuint group_size_x, in dispatch_compute_group_size() 342 GLuint num_groups_z, in _mesa_DispatchComputeGroupSizeARB_no_error() 354 GLuint num_groups_z, GLuint group_size_x, in _mesa_DispatchComputeGroupSizeARB()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 14306 GLuint num_groups_z; member 14316 const GLuint num_groups_z = cmd->num_groups_z; in _mesa_unmarshal_DispatchComputeGroupSizeARB() local 14323 …patchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z, GLuint gro… in _mesa_marshal_DispatchComputeGroupSizeARB() 28233 GLuint num_groups_z; member 28240 const GLuint num_groups_z = cmd->num_groups_z; in _mesa_unmarshal_DispatchCompute() local 28244 _mesa_marshal_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in _mesa_marshal_DispatchCompute()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1204 …r::glDispatchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GLuint num_groups_z)
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 1571 …void GLW_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 1351 void glwDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
|