Home
last modified time | relevance | path

Searched defs:dispatchCompute (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DRendererGL.cpp346 angle::Result RendererGL::dispatchCompute(const gl::Context *context, in dispatchCompute() function in rx::RendererGL
H A DContextGL.cpp975 angle::Result ContextGL::dispatchCompute(const gl::Context *context, in dispatchCompute() function in rx::ContextGL
H A DDispatchTableGL_autogen.h568 PFNGLDISPATCHCOMPUTEPROC dispatchCompute = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DContext9.cpp487 angle::Result Context9::dispatchCompute(const gl::Context *context, in dispatchCompute() function in rx::Context9
/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DContextNULL.cpp519 angle::Result ContextNULL::dispatchCompute(const gl::Context *context, in dispatchCompute() function in rx::ContextNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DContext11.cpp953 angle::Result Context11::dispatchCompute(const gl::Context *context, in dispatchCompute() function in rx::Context11
H A DRenderer11.cpp4165 angle::Result Renderer11::dispatchCompute(const gl::Context *context, in dispatchCompute() function in rx::Renderer11
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DContextWgpu.cpp955 angle::Result ContextWgpu::dispatchCompute(const gl::Context *context, in dispatchCompute() function in rx::ContextWgpu
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl174 glDispatchComputeFunc dispatchCompute; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp6797 angle::Result ContextVk::dispatchCompute(const gl::Context *context, in dispatchCompute() function in rx::ContextVk
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp6577 void Context::dispatchCompute(GLuint numGroupsX, GLuint numGroupsY, GLuint numGroupsZ) in dispatchCompute() function in gl::Context