Home
last modified time | relevance | path

Searched refs:TLayoutDepth (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dlocalintermediate.h882 bool setDepth(TLayoutDepth d) in setDepth()
896 TLayoutDepth getDepth() const { return depthLayout; } in getDepth()
1191 TLayoutDepth depthLayout;
DParseHelper.cpp5806 …for (TLayoutDepth depth = (TLayoutDepth)(EldNone + 1); depth < EldCount; depth = (TLayoutDepth)(de… in setLayoutQualifier()
/third_party/glslang/glslang/Include/
DTypes.h434 enum TLayoutDepth { enum
1188 static const char* getLayoutDepthString(TLayoutDepth d) in getLayoutDepthString()
1309 TLayoutDepth layoutDepth;
1319 TLayoutDepth getDepth() const { return layoutDepth; } in getDepth()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp7239 …for (TLayoutDepth depth = (TLayoutDepth)(EldNone + 1); depth < EldCount; depth = (TLayoutDepth)(de… in setLayoutQualifier()