Home
last modified time | relevance | path

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

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