Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DTypes.cpp409 bool TType::isStructureContainingType(TBasicType t) const in isStructureContainingType() function in sh::TType
825 if (fieldType->getBasicType() == type || fieldType->isStructureContainingType(type)) in containsType()
950 bool TPublicType::isStructureContainingType(TBasicType t) const in isStructureContainingType() function in sh::TPublicType
H A DTypes.h337 bool isStructureContainingType(TBasicType t) const;
491 bool isStructureContainingType(TBasicType t) const;
H A DParseContext.cpp3162 type.isStructureContainingType(EbtInt) || type.isStructureContainingType(EbtUInt)); in checkInputOutputTypeIsValidES3()
3190 if (type.isStructureContainingType(EbtStruct)) in checkInputOutputTypeIsValidES3()
3195 if (type.isStructureContainingType(EbtBool)) in checkInputOutputTypeIsValidES3()
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp417 type.isStructureContainingType(EbtBool) || in inferDefaults()
486 isOrHasBoolInInterfaceBlock = fieldType.isStructureContainingType(EbtBool); in onBlockFieldSelection()