Searched defs:getLocalSize (Results 1 – 7 of 7) sorted by relevance
170 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
2194 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
618 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
116 const sh::WorkGroupSize &getLocalSize() const { return mCompiledShaderState.localSize; } in getLocalSize() function