Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
Dreflection.h170 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
Dlocalintermediate.h547 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
DShaderLang.cpp2100 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h92 const sh::WorkGroupSize &getLocalSize() const { return mLocalSize; } in getLocalSize() function