Home
last modified time | relevance | path

Searched refs:isDepthStencilFormat (Results 1 – 8 of 8) 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.cpp444 if (isDepthStencilFormat(format)) in getImageUsageFlags()
597 if (isDepthStencilFormat(format)) in createRenderPass()
630 if (isDepthStencilFormat(format)) in createRenderPass()
926 if (!isDepthStencilFormat(m_params.imageFormat)) in verifyResultImage()
1168 const bool isDepthStencil = isDepthStencilFormat(m_params.imageFormat); in iterate()
DvktApiFeatureInfo.cpp1896 …if (isDepthStencilFormat(format) && (imageType == VK_IMAGE_TYPE_1D || imageType == VK_IMAGE_TYPE_3… in isRequiredImageParameterCombination()
1907 if (isDepthStencilFormat(format)) in isRequiredImageParameterCombination()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp455 …const bool isDepthStencilFormat = (format >= VK_FORMAT_D16_UNORM && format <= VK_FORMAT_D32_SFLOAT… in isFormatMatchingAspect() local
457 …turn (aspect == (VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT)) == isDepthStencilFormat; in isFormatMatchingAspect()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp281 if (isDepthStencilFormat(format)) in makeClearValue()
913 const bool isDepthStencil = isDepthStencilFormat(resourceDesc.imageFormat); in Support()
1892 …, m_requiredQueueFlags (resourceDesc.type == RESOURCE_TYPE_IMAGE && isDepthStencilFormat(resourceD… in Support()
2079 …, m_requiredQueueFlags (resourceDesc.type == RESOURCE_TYPE_IMAGE && isDepthStencilFormat(resourceD… in Support()
2431 DE_ASSERT(!isDepthStencilFormat(m_resourceDesc.imageFormat)); in Support()