Searched defs:getLocalSize (Results 1 – 6 of 6) sorted by relevance
169 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
2173 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
628 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
168 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
2136 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
617 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function