Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h603 bool setDepth(TLayoutDepth d) in setDepth()
610 TLayoutDepth getDepth() const { return depthLayout; } in getDepth()
780 TLayoutDepth depthLayout;
DParseHelper.cpp4826 …for (TLayoutDepth depth = (TLayoutDepth)(EldNone + 1); depth < EldCount; depth = (TLayoutDepth)(de… in setLayoutQualifier()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h385 enum TLayoutDepth { enum
1027 static const char* getLayoutDepthString(TLayoutDepth d) in getLayoutDepthString()
1119 TLayoutDepth layoutDepth;
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp6978 …for (TLayoutDepth depth = (TLayoutDepth)(EldNone + 1); depth < EldCount; depth = (TLayoutDepth)(de… in setLayoutQualifier()