Searched refs:hasStencilComponent (Results 1 – 15 of 15) sorted by relevance
112 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getImageAspectFlags()237 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()241 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()473 …sDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.orde… in createRenderPass()757 …sDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.orde… in createRenderPipeline()874 const bool hasStencil (tcu::hasStencilComponent(format.order)); in createSplitDescriptorSetLayout()1149 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getSrcImageUsage()1161 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getDstFormat()1320 if (tcu::hasStencilComponent(mapVkFormat(m_srcFormat).order)) in iterateInternal()1374 const bool hasStencil (tcu::hasStencilComponent(srcFormat.order)); in iterateInternal()[all …]
1005 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in clearValueToString()1011 if (tcu::hasStencilComponent(format.order)) in clearValueToString()1014 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order)) in clearValueToString()1286 …DE_ASSERT(!(tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::… in createAttachmentImage()1289 …DE_ASSERT((tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::m… in createAttachmentImage()1292 if (tcu::hasDepthComponent(textureFormat.order) || tcu::hasStencilComponent(textureFormat.order)) in createAttachmentImage()1353 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in randomClearValue()1360 if (tcu::hasStencilComponent(format.order)) in randomClearValue()1401 const bool isStencilFormat = tcu::hasStencilComponent(format.order); in AttachmentResources()1415 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in AttachmentResources()[all …]
250 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()254 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
318 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order))) in createImage()
269 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternal()359 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternalSparse()449 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()497 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTextureSparse()698 if (tcu::hasStencilComponent(textureFormat.order)) in getBufferCopyRegions()
43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
131 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent() function
97 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()415 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()426 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()603 if (tcu::hasStencilComponent(src.getFormat().order)) in uploadImage()799 if (tcu::hasStencilComponent(imageFormat.order)) in readImage()1034 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()1127 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()2296 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()2330 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()2534 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()[all …]
199 if (tcu::hasStencilComponent(tcuFormat.order)) in initImages()
57 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()
624 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()784 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()
8161 if (format.hasStencilComponent) in PrepareRenderbuffer()8310 if (format.hasStencilComponent) in Check()8610 if (format.hasStencilComponent) in PrepareRenderbuffer()8796 if (format.hasStencilComponent) in Check()
3683 bool hasStencilComponent; member3765 bool hasStencilComponent; member
2789 if (tcu::hasStencilComponent(textureFormat.order)) in getImageAspectFlags()
2448 if (tcu::hasStencilComponent(channelOrder)) in getImageAspectFlags()