Searched refs:hasStencilComponent (Results 1 – 9 of 9) sorted by relevance
107 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getImageAspectFlags()232 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()236 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()466 …sDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.orde… in createRenderPass()918 const bool hasStencil (tcu::hasStencilComponent(format.order)); in createSplitDescriptorSetLayout()1315 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getSrcImageUsage()1327 const bool hasStencil (tcu::hasStencilComponent(format.order)); in getDstFormat()1606 const bool hasStencil (tcu::hasStencilComponent(srcFormat.order)); in iterate()1895 else if (tcu::hasStencilComponent(format.order)) in init()2099 if (tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in init()[all …]
968 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in clearValueToString()974 if (tcu::hasStencilComponent(format.order)) in clearValueToString()977 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order)) in clearValueToString()1230 …DE_ASSERT(!(tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::… in createAttachmentImage()1233 …DE_ASSERT((tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::m… in createAttachmentImage()1236 if (tcu::hasDepthComponent(textureFormat.order) || tcu::hasStencilComponent(textureFormat.order)) in createAttachmentImage()1297 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in randomClearValue()1304 if (tcu::hasStencilComponent(format.order)) in randomClearValue()1345 const bool isStencilFormat = tcu::hasStencilComponent(format.order); in AttachmentResources()1359 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in AttachmentResources()[all …]
217 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()221 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
131 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent() function
341 if (tcu::hasStencilComponent(textureFormat.order)) in getImageAspectFlags()375 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternal()552 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()725 if (tcu::hasStencilComponent(textureFormat.order)) in getBufferCopyRegions()
95 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()382 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()393 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()561 if (tcu::hasStencilComponent(src.getFormat().order)) in uploadImage()783 if (tcu::hasStencilComponent(imageFormat.order)) in readImage()1022 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()1110 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()2283 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()2317 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()2515 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()[all …]
197 if (tcu::hasStencilComponent(tcuFormat.order)) in initImages()
630 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()814 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()