Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp531 bool getIsDepthFormat (VkFormat format) const;
660 if (getIsDepthFormat(format)) in getImageAspectFlags()
690 bool ImageClearingTestInstance::getIsDepthFormat (VkFormat format) const in getIsDepthFormat() function in vkt::api::__anon89afa4720111::ImageClearingTestInstance
1048 if (!getIsDepthFormat(m_params.imageFormat) && !getIsStencilFormat(m_params.imageFormat)) in readImage()
1160 …if (getIsDepthFormat(m_params.imageFormat) && m_params.separateDepthStencilLayoutMode != SEPARATE_… in verifyResultImage()