Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp106 const bool hasDepth (tcu::hasDepthComponent(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 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilCo… in createRenderPass()
917 const bool hasDepth (tcu::hasDepthComponent(format.order)); in createSplitDescriptorSetLayout()
1314 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getSrcImageUsage()
1326 const bool hasDepth (tcu::hasDepthComponent(format.order)); in getDstFormat()
1605 const bool hasDepth (tcu::hasDepthComponent(srcFormat.order)); in iterate()
1854 if (tcu::hasDepthComponent(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()
977 if (tcu::hasStencilComponent(format.order) && tcu::hasDepthComponent(format.order)) in clearValueToString()
980 if (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()
1309 if (tcu::hasDepthComponent(format.order)) in randomClearValue()
1344 const bool isDepthFormat = tcu::hasDepthComponent(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.hpp44 bool hasDepthComponent (TextureFormat::ChannelOrder order);
DtcuTextureUtil.cpp146 bool hasDepthComponent (TextureFormat::ChannelOrder order) in hasDepthComponent() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp338 if (tcu::hasDepthComponent(textureFormat.order)) in getImageAspectFlags()
375 …DE_ASSERT((tcu::hasDepthComponent(format.order) && tcu::hasStencilComponent(format.order)) == (src… in uploadTestTextureInternal()
532 if (tcu::hasDepthComponent(srcTexture.getTextureFormat().order)) in uploadTestTexture()
722 if (tcu::hasDepthComponent(textureFormat.order)) in getBufferCopyRegions()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp194 if (tcu::hasDepthComponent(tcuFormat.order)) in initImages()
DvktApiCopiesAndBlittingTests.cpp94 aspectFlag |= (tcu::hasDepthComponent(format.order)? VK_IMAGE_ASPECT_DEPTH_BIT : 0); in getAspectFlags()
554 if (tcu::hasDepthComponent(src.getFormat().order)) in uploadImage()
776 if (tcu::hasDepthComponent(imageFormat.order)) in readImage()
1004 if (tcu::hasDepthComponent(result.getFormat().order)) in checkTestResult()
1102 if (tcu::hasDepthComponent(src.getFormat().order)) in copyRegionToTextureLevel()
2271 if (tcu::hasDepthComponent(result.getFormat().order)) in checkTestResult()
2307 if (tcu::hasDepthComponent(result.getFormat().order)) in checkTestResult()
2500 if (tcu::hasDepthComponent(src.getFormat().order)) in copyRegionToTextureLevel()
4072 if (tcu::hasDepthComponent(mapVkFormat(params.src.image.format).order)) in addImageToImageAllFormatsDepthStencilTests()
5849 if (tcu::hasDepthComponent(mapVkFormat(params.src.image.format).order)) in addBlittingImageAllFormatsDepthStencilTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp383 …const bool isShadowTexture = tcu::hasDepthComponent(m_textureData->getTextureFormat().or… in updateTextureViewMipLevels()