Home
last modified time | relevance | path

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

/external/angle/third_party/glslang/src/glslang/MachineIndependent/
Dreflection.h168 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
DShaderLang.cpp2142 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
Dlocalintermediate.h622 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.h168 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
DShaderLang.cpp2136 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
Dlocalintermediate.h617 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function