Searched refs:IsSubpassInputType (Results 1 – 3 of 3) sorted by relevance
54 IsImage(type.getBasicType()) || IsSubpassInputType(type.getBasicType()); in writeLayoutQualifier()58 bool needsInputAttachmentIndex = IsSubpassInputType(type.getBasicType()); in writeLayoutQualifier()
231 inline bool IsSubpassInputType(TBasicType type) in IsSubpassInputType() function238 return IsSampler(type) || IsImage(type) || IsAtomicCounter(type) || IsSubpassInputType(type); in IsOpaqueType()
637 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()