Home
last modified time | relevance | path

Searched refs:layoutDepth (Results 1 – 2 of 2) sorted by relevance

/third_party/glslang/glslang/Include/
DTypes.h1309 TLayoutDepth layoutDepth; member
1319 TLayoutDepth getDepth() const { return layoutDepth; } in getDepth()
1347 layoutDepth = EldNone; in init()
1404 if (src.layoutDepth) in merge()
1405 layoutDepth = src.layoutDepth; in merge()
/third_party/glslang/glslang/MachineIndependent/
DParseHelper.cpp4916 if (publicType.layoutDepth != EldNone) { in redeclareBuiltinVariable()
4919 if (! intermediate.setDepth(publicType.layoutDepth)) in redeclareBuiltinVariable()
5810 publicType.shaderQualifiers.layoutDepth = depth; in setLayoutQualifier()