Home
last modified time | relevance | path

Searched refs:hasStencilComponent (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp921 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in clearValueToString()
927 if (tcu::hasStencilComponent(format.order)) in clearValueToString()
930 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order)) in clearValueToString()
1157 …DE_ASSERT(!(tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::… in createAttachmentImage()
1160 …DE_ASSERT((tcu::hasDepthComponent(vk::mapVkFormat(format).order) || tcu::hasStencilComponent(vk::m… in createAttachmentImage()
1163 if (tcu::hasDepthComponent(textureFormat.order) || tcu::hasStencilComponent(textureFormat.order)) in createAttachmentImage()
1218 if (tcu::hasStencilComponent(format.order) || tcu::hasDepthComponent(format.order)) in randomClearValue()
1225 if (tcu::hasStencilComponent(format.order)) in randomClearValue()
1263 const bool isStencilFormat = tcu::hasStencilComponent(format.order); in AttachmentResources()
1277 if (tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) in AttachmentResources()
[all …]
/external/deqp/framework/common/
DtcuTextureUtil.hpp43 bool hasStencilComponent (TextureFormat::ChannelOrder order);
DtcuTextureUtil.cpp131 bool hasStencilComponent (TextureFormat::ChannelOrder order) in hasStencilComponent() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp370 if (tcu::hasStencilComponent(textureFormat.order)) in getImageAspectFlags()
404 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternal()
610 if (tcu::hasStencilComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
783 if (tcu::hasStencilComponent(textureFormat.order)) in getBufferCopyRegions()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp74 aspectFlag |= (tcu::hasStencilComponent(format.order)? VK_IMAGE_ASPECT_STENCIL_BIT : 0); in getAspectFlags()
295 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()
305 if (tcu::hasStencilComponent(buffer.getFormat().order)) in generateBuffer()
471 if (tcu::hasStencilComponent(src.getFormat().order)) in uploadImage()
691 if (tcu::hasStencilComponent(imageFormat.order)) in readImage()
928 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()
991 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()
1950 if (tcu::hasStencilComponent(result.getFormat().order)) in checkTestResult()
2152 if (tcu::hasStencilComponent(src.getFormat().order)) in copyRegionToTextureLevel()
3827 if (tcu::hasStencilComponent(mapVkFormat(params.src.image.format).order)) in createCopiesAndBlittingTests()
[all …]
DvktApiGranularityTests.cpp197 if (tcu::hasStencilComponent(tcuFormat.order)) in initImages()