/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | compute.c | 302 dispatch_compute(GLuint num_groups_x, GLuint num_groups_y, in dispatch_compute() 338 _mesa_DispatchCompute_no_error(GLuint num_groups_x, GLuint num_groups_y, in _mesa_DispatchCompute_no_error() 345 _mesa_DispatchCompute(GLuint num_groups_x, in _mesa_DispatchCompute() 395 dispatch_compute_group_size(GLuint num_groups_x, GLuint num_groups_y, in dispatch_compute_group_size() 433 _mesa_DispatchComputeGroupSizeARB_no_error(GLuint num_groups_x, in _mesa_DispatchComputeGroupSizeARB_no_error() 446 _mesa_DispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y, in _mesa_DispatchComputeGroupSizeARB()
|
H A D | dlist.c | 5809 save_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, in save_DispatchCompute()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_perfetto.h | 102 uint32_t num_groups_x; member
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 576 GL_APICALL void GL_APIENTRY glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_… in glDispatchCompute()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.cpp | 235 void GL_APIENTRY GL_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in GL_DispatchCompute()
|
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()
|
/aosp_15_r20/external/angle/src/tests/perf_tests/ |
H A D | TracePerfTest.cpp | 471 void KHRONOS_APIENTRY DispatchComputeMinimizedProc(GLuint num_groups_x, in DispatchComputeMinimizedProc()
|
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | capture_gles_3_1_autogen.cpp | 155 GLuint num_groups_x, in CaptureDispatchCompute()
|
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES31.java | 212 int num_groups_x, in glDispatchCompute()
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_opengl_GLES31.cpp | 425 (JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) { in android_glDispatchCompute__III()
|
/aosp_15_r20/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_entry.cpp | 2838 void glDispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in glDispatchCompute()
|
D | GL2Encoder.cpp | 6279 void GL2Encoder::s_glDispatchCompute(void* self, GLuint num_groups_x, GLuint num_groups_y, GLuint n… in s_glDispatchCompute()
|
D | gl2_enc.cpp | 11151 void glDispatchCompute_enc(void *self , GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups… in glDispatchCompute_enc()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | null_functions.cpp | 661 void INTERNAL_GL_APIENTRY glDispatchComputeNULL(GLuint num_groups_x, in glDispatchComputeNULL()
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContextFuncs.inl | 1571 GLW_APICALL void GLW_APIENTRY glDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint n…
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluCallLogWrapper.inl | 1204 void CallLogWrapper::glDispatchCompute (glw::GLuint num_groups_x, glw::GLuint num_groups_y, glw::GL…
|
/aosp_15_r20/external/deqp/framework/opengl/wrapper/ |
H A D | glwImpl.inl | 1351 void glwDispatchCompute (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z)
|