Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp8088 eStorageReadWithoutFormat = VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT_KHR, enumerator
8136 case FormatFeatureFlagBits2KHR::eStorageReadWithoutFormat: return "StorageReadWithoutFormat"; in to_string()
14785 VkFlags64( FormatFeatureFlagBits2KHR::eStorageReadWithoutFormat ) |
14880 if ( value & FormatFeatureFlagBits2KHR::eStorageReadWithoutFormat ) in to_string()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp4298 eStorageReadWithoutFormat = VK_FORMAT_FEATURE_2_STORAGE_READ_WITHOUT_FORMAT_BIT, enumerator
4337 …atureFlagBits2::eCositedChromaSamples | FormatFeatureFlagBits2::eStorageReadWithoutFormat | Format…
Dvulkan_to_string.hpp1801 if ( value & FormatFeatureFlagBits2::eStorageReadWithoutFormat ) in to_string()
6717 case FormatFeatureFlagBits2::eStorageReadWithoutFormat: return "StorageReadWithoutFormat"; in to_string()