Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputVulkanGLSL.cpp40 IsImage(type.getBasicType()) || IsSubpassInputType(type.getBasicType()); in writeLayoutQualifier()
44 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.cpp796 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()