Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dreflection.h169 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
H A DShaderLang.cpp2173 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
H A Dlocalintermediate.h628 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.h168 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
DShaderLang.cpp2136 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
Dlocalintermediate.h617 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function