Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp40 bool isDepthStencilFormat (VkFormat format);
DvkImageUtil.cpp57 bool isDepthStencilFormat (VkFormat format) in isDepthStencilFormat() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineClearUtil.cpp97 if (isDepthStencilFormat(clearFormat)) in defaultClearValue()
DvktPipelineDepthTests.cpp68 DE_ASSERT(vk::isDepthStencilFormat(format)); in testSupportsDepthStencilFormat()
87 DE_ASSERT(vk::isDepthStencilFormat(format)); in testSupportsAtLeastOneDepthStencilFormat()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp603 if (isDepthStencilFormat(format)) in getImageUsageFlags()
739 if (isDepthStencilFormat(format)) in createRenderPass()
772 if (isDepthStencilFormat(format)) in createRenderPass()
1080 if (!isDepthStencilFormat(m_params.imageFormat)) in verifyResultImage()
1331 const bool isDepthStencil = isDepthStencilFormat(m_params.imageFormat); in iterate()
DvktApiFeatureInfo.cpp2092 …if (isDepthStencilFormat(format) && (imageType == VK_IMAGE_TYPE_1D || imageType == VK_IMAGE_TYPE_3… in isRequiredImageParameterCombination()
2103 if (isDepthStencilFormat(format)) in isRequiredImageParameterCombination()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp466 …const bool isDepthStencilFormat (tcu::hasDepthComponent(format.order) || tcu::hasStencilCo… in createRenderPass() local
475 isDepthStencilFormat in createRenderPass()
577 isDepthStencilFormat ? 0u : 1u, in createRenderPass()
578 isDepthStencilFormat ? DE_NULL : &srcAttachmentRef, in createRenderPass()
581 isDepthStencilFormat ? &srcAttachmentRef : DE_NULL, in createRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp287 if (isDepthStencilFormat(format)) in makeClearValue()
935 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in Support()
1914 …, m_requiredQueueFlags (resourceDesc.type == RESOURCE_TYPE_IMAGE && isDepthStencilFormat(resourceD… in Support()
2101 …, m_requiredQueueFlags (resourceDesc.type == RESOURCE_TYPE_IMAGE && isDepthStencilFormat(resourceD… in Support()
2453 DE_ASSERT(!isDepthStencilFormat(m_resourceDesc.imageFormat)); in Support()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1048 …const bool isDepthStencilFormat = (format >= VK_FORMAT_D16_UNORM && format <= VK_FORMAT_D32_SFLOAT… in isFormatMatchingAspect() local
1050 …turn (aspect == (VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT)) == isDepthStencilFormat; in isFormatMatchingAspect()