Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.h153 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
Dlocalintermediate.h572 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
DShaderLang.cpp2006 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocalSize(dim)… in getLocalSize() function in glslang::TProgram