Searched defs:isStencil (Results 1 – 6 of 6) sorted by relevance
322 bool Format::isStencil() const in isStencil() function in vk::Format
177 bool isStencil = format.isStencil(); in ValidateRenderPassPNextChain() local
1376 …const bool isStencil = (!m_interleaveReadWriteComponents && (m_subresourceRange.aspectMask & … in verifyImage() local
472 const bool isStencil = isStencilFormat(format, mode); in isCoreFilterableFormat() local
3338 bool isStencil = attachments[attNdx] == (isFboBound ? GL_STENCIL_ATTACHMENT : GL_STENCIL); in invalidateSubFramebuffer() local3355 bool isStencil = ndx == 2; in invalidateSubFramebuffer() local
8947 const bool isStencil = (aspectMask & VK_IMAGE_ASPECT_STENCIL_BIT) != 0; in pruneSupersededUpdatesForLevel() local