Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h119 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DParseContext.cpp2130 sh::WorkGroupSize TParseContext::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in sh::TParseContext
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.h286 const sh::WorkGroupSize &getComputeShaderLocalSize() const { return mComputeShaderLocalSize; } in getComputeShaderLocalSize() function
DProgram.cpp2138 const sh::WorkGroupSize &Program::getComputeShaderLocalSize() const in getComputeShaderLocalSize() function in gl::Program