Home
last modified time | relevance | path

Searched refs:depthLayout (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h305 postDepthCoverage(false), depthLayout(EldNone),
768 if (depthLayout != EldNone) in setDepth()
769 return depthLayout == d; in setDepth()
770 depthLayout = d; in setDepth()
773 TLayoutDepth getDepth() const { return depthLayout; } in getDepth()
1021 TLayoutDepth depthLayout; variable
DlinkValidate.cpp217 if (depthLayout == EldNone) in mergeModes()
218 depthLayout = unit.depthLayout; in mergeModes()
219 else if (depthLayout != unit.depthLayout) in mergeModes()
DintermOut.cpp1528 if (depthLayout != EldNone) in output()
1529 infoSink.debug << "using " << TQualifier::getLayoutDepthString(depthLayout) << "\n"; in output()