Searched refs:IsSubpassInputType (Results 1 – 3 of 3) sorted by relevance
40 IsImage(type.getBasicType()) || IsSubpassInputType(type.getBasicType()); in writeLayoutQualifier()44 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()
796 else if (IsImage(type.type) || IsSubpassInputType(type.type) || type.isSamplerBaseImage) in declareType()941 *dimOut = IsSubpassInputType(type) ? spv::DimSubpassData : spv::Dim2D; in getImageTypeParameters()1736 IsImage(type.getBasicType()) || IsSubpassInputType(type.getBasicType()); in writeInterfaceVariableDecorations()1740 const bool needsInputAttachmentIndex = IsSubpassInputType(type.getBasicType()); in writeInterfaceVariableDecorations()