Home
last modified time | relevance | path

Searched refs:DispatchComputeIndirect (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_compute.c98 functions->DispatchComputeIndirect = st_dispatch_compute_indirect; in st_init_compute_functions()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compute.c149 functions->DispatchComputeIndirect = brw_dispatch_compute_indirect; in brw_init_compute_functions()
/external/mesa3d/src/mesa/main/
Dcompute.c331 ctx->Driver.DispatchComputeIndirect(ctx, indirect); in dispatch_compute_indirect()
Ddd.h1094 void (*DispatchComputeIndirect)(struct gl_context *ctx, GLintptr indirect); member
/external/angle/src/libGL/
Dentry_points_gl_4_3_autogen.h63 ANGLE_EXPORT void GL_APIENTRY DispatchComputeIndirect(GLintptr indirect);
Dentry_points_gl_4_3_autogen.cpp269 void GL_APIENTRY DispatchComputeIndirect(GLintptr indirect) in DispatchComputeIndirect() function
284 ANGLE_CAPTURE(DispatchComputeIndirect, isCallValid, context, indirect); in DispatchComputeIndirect()
Dproc_table_wgl_autogen.cpp224 {"glDispatchComputeIndirect", P(gl::DispatchComputeIndirect)},
DlibGL_autogen.cpp5095 return gl::DispatchComputeIndirect(indirect); in glDispatchComputeIndirect()
/external/angle/src/libGLESv2/
Dentry_points_gles_3_1_autogen.h40 ANGLE_EXPORT void GL_APIENTRY DispatchComputeIndirect(GLintptr indirect);
Dentry_points_gles_3_1_autogen.cpp199 void GL_APIENTRY DispatchComputeIndirect(GLintptr indirect) in DispatchComputeIndirect() function
214 ANGLE_CAPTURE(DispatchComputeIndirect, isCallValid, context, indirect); in DispatchComputeIndirect()
Dproc_table_egl_autogen.cpp395 {"glDispatchComputeIndirect", P(gl::DispatchComputeIndirect)},
DlibGLESv2_autogen.cpp1575 return gl::DispatchComputeIndirect(indirect); in glDispatchComputeIndirect()
Dentry_points_gles_ext_autogen.cpp10596 ANGLE_CAPTURE(DispatchComputeIndirect, isCallValid, context, indirect); in DispatchComputeIndirectContextANGLE()
/external/angle/src/libANGLE/
Dentry_points_enum_autogen.h258 DispatchComputeIndirect, enumerator
Dentry_points_enum_autogen.cpp501 case EntryPoint::DispatchComputeIndirect: in GetEntryPointName()
Dcapture_gles_3_1_autogen.cpp154 return CallCapture(gl::EntryPoint::DispatchComputeIndirect, std::move(paramBuffer)); in CaptureDispatchComputeIndirect()
Dframe_capture_replay_autogen.cpp651 case gl::EntryPoint::DispatchComputeIndirect: in ReplayCall()
/external/angle/src/tests/gl_tests/
DComputeShaderTest.cpp635 TEST_P(ComputeShaderTest, DispatchComputeIndirect) in TEST_P() argument