Home
last modified time | relevance | path

Searched refs:isPipeInput (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp125 const bool input = base.getQualifier().isPipeInput(); in addPipeIOVariable()
1069 if ((intermediate.getStage() == reflection.firstStage && base->getQualifier().isPipeInput()) || in visitSymbol()
1194 … (pNode->getQualifier().isPipeInput() || pNode->getQualifier().isPipeOutput())) in addStage()
DlinkValidate.cpp1622 if (qualifier.isPipeInput()) in addUsedLocation()
1684 (qualifier.isPipeInput() || qualifier.isPipeOutput())) { in addUsedLocation()
1731 …if (! (!isEsProfile() && language == EShLangVertex && qualifier.isPipeInput()) || spvVersion.vulka… in addUsedLocation()
1860 if (stage == EShLangVertex && type.getQualifier().isPipeInput()) in computeTypeLocationSize()
Diomapper.cpp883 int& nextLocation = type.getQualifier().isPipeInput() ? nextInputLocation : nextOutputLocation; in resolveInOutLocation()
974 if (type.getQualifier().isPipeInput()) { in resolveInOutLocation()
DParseHelper.cpp678 …(! limits.generalAttributeMatrixVectorIndexing && base->getQualifier().isPipeInput() && language =… in handleIndexLimits()
681 ! base->getType().getQualifier().isPipeInput() && in handleIndexLimits()
684 (! limits.generalVaryingIndexing && (base->getType().getQualifier().isPipeInput() || in handleIndexLimits()
7799 if (type.getQualifier().isPipeInput() && type.getBasicType() == EbtStruct) { in declareVariable()
9538 bool pipeIn = qualifier.isPipeInput(); in invariantCheck()
/third_party/glslang/glslang/Include/
DTypes.h658 bool isPipeInput() const in isPipeInput() function
828 return isPipeInput(); in isArrayedIo()
830 return ! patch && (isPipeInput() || isPipeOutput()); in isArrayedIo()
832 return ! patch && isPipeInput(); in isArrayedIo()
834 return (pervertexNV || pervertexEXT) && isPipeInput(); in isArrayedIo()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1289 if (type.getQualifier().isPipeInput()) in TranslateStorageClass()
9570 if (symbol->getType().isImage() || symbol->getQualifier().isPipeInput()) { in getSymbolId()