Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp294 const VkFormat first_vk_format = static_cast<VkFormat>(1); in FindFormatLinearWithoutMips() local
297 …for (VkFormat format = first_vk_format; format <= last_vk_format; format = static_cast<VkFormat>(f… in FindFormatLinearWithoutMips()
316 const VkFormat first_vk_format = static_cast<VkFormat>(1); in FindFormatWithoutSamples() local
319 …for (VkFormat format = first_vk_format; format <= last_vk_format; format = static_cast<VkFormat>(f… in FindFormatWithoutSamples()
342 const VkFormat first_vk_format = static_cast<VkFormat>(1); in FindUnsupportedImage() local
349 …for (VkFormat format = first_vk_format; format <= last_vk_format; format = static_cast<VkFormat>(f… in FindUnsupportedImage()
379 const VkFormat first_vk_format = static_cast<VkFormat>(1); in FindFormatWithoutFeatures() local
382 …for (VkFormat format = first_vk_format; format <= last_vk_format; format = static_cast<VkFormat>(f… in FindFormatWithoutFeatures()