Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DOutputVulkanGLSL.cpp54 IsImage(type.getBasicType()) || IsSubpassInputType(type.getBasicType()); in writeLayoutQualifier()
58 bool needsInputAttachmentIndex = IsSubpassInputType(type.getBasicType()); in writeLayoutQualifier()
DBaseTypes.h231 inline bool IsSubpassInputType(TBasicType type) in IsSubpassInputType() function
238 return IsSampler(type) || IsImage(type) || IsAtomicCounter(type) || IsSubpassInputType(type); in IsOpaqueType()
DBuildSPIRV.cpp637 else if (IsSubpassInputType(type.type)) in declareType()
1543 IsImage(type.getBasicType()) || IsSubpassInputType(type.getBasicType()); in writeInterfaceVariableDecorations()
1547 const bool needsInputAttachmentIndex = IsSubpassInputType(type.getBasicType()); in writeInterfaceVariableDecorations()