Searched defs:getLocalSize (Results 1 – 4 of 4) sorted by relevance
170 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
547 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
2100 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
92 const sh::WorkGroupSize &getLocalSize() const { return mLocalSize; } in getLocalSize() function