Home
last modified time | relevance | path

Searched defs:getComputeShaderLocalSize (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/compiler/translator/
DCompiler.h114 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DParseContext.cpp2114 sh::WorkGroupSize TParseContext::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in sh::TParseContext
/external/angle/src/libANGLE/
DProgram.h284 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DProgram.cpp2115 const sh::WorkGroupSize &Program::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in gl::Program