Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp295 …const VkFormat last_vk_format = static_cast<VkFormat>(130); // avoid compressed/feature protected… in FindFormatLinearWithoutMips() local
297 …for (VkFormat format = first_vk_format; format <= last_vk_format; format = static_cast<VkFormat>(f… in FindFormatLinearWithoutMips()
317 …const VkFormat last_vk_format = static_cast<VkFormat>(130); // avoid compressed/feature protected… in FindFormatWithoutSamples() local
319 …for (VkFormat format = first_vk_format; format <= last_vk_format; format = static_cast<VkFormat>(f… in FindFormatWithoutSamples()
343 …const VkFormat last_vk_format = static_cast<VkFormat>(130); // avoid compressed/feature protected… in FindUnsupportedImage() local
349 …for (VkFormat format = first_vk_format; format <= last_vk_format; format = static_cast<VkFormat>(f… in FindUnsupportedImage()
380 …const VkFormat last_vk_format = static_cast<VkFormat>(130); // avoid compressed/feature protected… in FindFormatWithoutFeatures() local
382 …for (VkFormat format = first_vk_format; format <= last_vk_format; format = static_cast<VkFormat>(f… in FindFormatWithoutFeatures()