Searched defs:getLocalSize (Results 1 – 3 of 3) sorted by relevance
153 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
572 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
2006 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocalSize(dim)… in getLocalSize() function in glslang::TProgram