Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DTypes.h1247 TLayoutDepth layoutDepth; member
1256 TLayoutDepth getDepth() const { return layoutDepth; } in getDepth()
1283 layoutDepth = EldNone; in init()
1337 if (src.layoutDepth) in merge()
1338 layoutDepth = src.layoutDepth; in merge()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.cpp4356 if (publicType.layoutDepth != EldNone) { in redeclareBuiltinVariable()
4359 if (! intermediate.setDepth(publicType.layoutDepth)) in redeclareBuiltinVariable()
5185 publicType.shaderQualifiers.layoutDepth = depth; in setLayoutQualifier()