Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp107 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 …]
DvktRenderPassTests.cpp968 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 …]
DvktRenderPassMultisampleResolveTests.cpp217 if ((tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
221 if (!(tcu::hasDepthComponent(format.order) || tcu::hasStencilComponent(format.order)) in createImage()
/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.cpp341 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()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp95 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 …]
DvktApiGranularityTests.cpp197 if (tcu::hasStencilComponent(tcuFormat.order)) in initImages()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp630 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()
814 if (hasStencilComponent(mapVkFormat(m_format).order)) in iterate()