Searched refs:isDepthStencilFormat (Results 1 – 8 of 8) sorted by relevance
40 bool isDepthStencilFormat (VkFormat format);
57 bool isDepthStencilFormat (VkFormat format) in isDepthStencilFormat() function
97 if (isDepthStencilFormat(clearFormat)) in defaultClearValue()
68 DE_ASSERT(vk::isDepthStencilFormat(format)); in testSupportsDepthStencilFormat()87 DE_ASSERT(vk::isDepthStencilFormat(format)); in testSupportsAtLeastOneDepthStencilFormat()
444 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()
1896 …if (isDepthStencilFormat(format) && (imageType == VK_IMAGE_TYPE_1D || imageType == VK_IMAGE_TYPE_3… in isRequiredImageParameterCombination()1907 if (isDepthStencilFormat(format)) in isRequiredImageParameterCombination()
455 …const bool isDepthStencilFormat = (format >= VK_FORMAT_D16_UNORM && format <= VK_FORMAT_D32_SFLOAT… in isFormatMatchingAspect() local457 …turn (aspect == (VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT)) == isDepthStencilFormat; in isFormatMatchingAspect()
281 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()