Searched refs:hasAttachment (Results 1 – 6 of 6) sorted by relevance
88 static inline bool hasAttachment (const std::vector<deUint32>& attachmentList, deUint32 attachment) in hasAttachment() function1217 …const bool isColorDiscarded = isDiscarded && hasAttachment(m_invalidateAttachments, GL_COLOR… in render()1218 … isDepthDiscarded = isDiscarded && (hasAttachment(m_invalidateAttachments, GL_DEPTH_ATTACHMENT) … in render()1219 …sStencilDiscarded = isDiscarded && (hasAttachment(m_invalidateAttachments, GL_STENCIL_ATTACHMENT)… in render()
920 bool hasAttachment() const in hasAttachment() function1801 if (qualifier.hasAttachment()) { in getCompleteString()
2166 bool hasAttachment = false; in checkFramebufferStatus() local2249 if (!hasAttachment && attachmentWidth > 0 && attachmentHeight > 0) in checkFramebufferStatus()2253 hasAttachment = true; in checkFramebufferStatus()2294 else if (!hasAttachment) in checkFramebufferStatus()
5256 if (src.hasAttachment()) in mergeObjectLayoutQualifiers()5577 if (! qualifier.hasAttachment()) in layoutTypeCheck()5580 if (qualifier.hasAttachment()) in layoutTypeCheck()
1150 if (baseType.getQualifier().hasAttachment()) in addIndirectionIndexCapabilities()1169 if (baseType.getQualifier().hasAttachment()) { in addIndirectionIndexCapabilities()7282 if (symbol->getQualifier().hasAttachment())
7264 if (src.hasAttachment()) in mergeObjectLayoutQualifiers()