HomeSort by relevance Sort by last modified time
    Searched full:dispatchcomputeindirect (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/mapi/glapi/gen/
ARB_compute_shader.xml 35 <function name="DispatchComputeIndirect" es2="3.1">
static_data.py 669 "DispatchComputeIndirect",
    [all...]
  /external/mesa3d/src/mesa/main/
compute.c 61 ctx->Driver.DispatchComputeIndirect(ctx, indirect);
dd.h     [all...]
api_validate.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_compute.c 97 functions->DispatchComputeIndirect = st_dispatch_compute_indirect;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_compute.c 283 functions->DispatchComputeIndirect = brw_dispatch_compute_indirect;
  /external/deqp/framework/opengl/
gluES3PlusWrapperFuncs.inl 75 dst->dispatchComputeIndirect = src.dispatchComputeIndirect;
gluCallLogWrapper.inl     [all...]
  /external/deqp/framework/opengl/wrapper/
glwFunctions.inl 137 glDispatchComputeIndirectFunc dispatchComputeIndirect;
    [all...]
glwInitES31Direct.inl 75 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
glwInitES32Direct.inl 86 gl->dispatchComputeIndirect = &glDispatchComputeIndirect;
glwInitES31.inl 75 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
glwInitES32.inl 86 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
    [all...]
glwInitGL43.inl 100 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
    [all...]
glwInitGL44.inl 109 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
    [all...]
glwInitGL45.inl 136 gl->dispatchComputeIndirect = (glDispatchComputeIndirectFunc) loader->get("glDispatchComputeIndirect");
    [all...]
glwImpl.inl 1060 gl->dispatchComputeIndirect(indirect);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fIndirectComputeDispatchTests.cpp 376 gl.dispatchComputeIndirect((glw::GLintptr)cmdIter->offset);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 137 gl->dispatchComputeIndirect = glDispatchComputeIndirect;
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 478 #define glDispatchComputeIndirect MANGLE(DispatchComputeIndirect)
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
remap_helper.h 1031 /* _mesa_function_pool[7806]: DispatchComputeIndirect (will be remapped) */
    [all...]

Completed in 1254 milliseconds