Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.h170 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
DShaderLang.cpp2194 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
Dlocalintermediate.h618 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dreflection.h170 unsigned getLocalSize(int dim) const { return dim <= 2 ? localSize[dim] : 0; } in getLocalSize() function
Dlocalintermediate.h618 unsigned int getLocalSize(int dim) const { return localSize[dim]; } in getLocalSize() function
DShaderLang.cpp2194 unsigned TProgram::getLocalSize(int dim) const { return reflection->getLocal… in getLocalSize() function in glslang::TProgram
/external/angle/src/libANGLE/
DShader.h116 const sh::WorkGroupSize &getLocalSize() const { return mCompiledShaderState.localSize; } in getLocalSize() function