Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h235 postDepthCoverage(false), depthLayout(EldNone), depthReplacing(false),
605 if (depthLayout != EldNone) in setDepth()
606 return depthLayout == d; in setDepth()
607 depthLayout = d; in setDepth()
610 TLayoutDepth getDepth() const { return depthLayout; } in getDepth()
780 TLayoutDepth depthLayout; variable
DlinkValidate.cpp207 if (depthLayout == EldNone) in mergeModes()
208 depthLayout = unit.depthLayout; in mergeModes()
209 else if (depthLayout != unit.depthLayout) in mergeModes()
DintermOut.cpp1459 if (depthLayout != EldNone) in output()
1460 infoSink.debug << "using " << TQualifier::getLayoutDepthString(depthLayout) << "\n"; in output()