Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTypes.h336 bool isInterfaceBlockContainingType(TBasicType t) const;
DTypes.cpp419 bool TType::isInterfaceBlockContainingType(TBasicType t) const in isInterfaceBlockContainingType() function in sh::TType
DBuildSPIRV.cpp298 isOrHasBoolInInterfaceBlock = type.isInterfaceBlockContainingType(EbtBool) || in inferDefaults()