Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp8089 eStorageWriteWithoutFormat = VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT_KHR, enumerator
8137 … case FormatFeatureFlagBits2KHR::eStorageWriteWithoutFormat: return "StorageWriteWithoutFormat"; in to_string()
14786 VkFlags64( FormatFeatureFlagBits2KHR::eStorageWriteWithoutFormat ) |
14882 if ( value & FormatFeatureFlagBits2KHR::eStorageWriteWithoutFormat ) in to_string()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp4299 eStorageWriteWithoutFormat = VK_FORMAT_FEATURE_2_STORAGE_WRITE_WITHOUT_FORMAT_BIT, enumerator
4337 …tFeatureFlagBits2::eStorageReadWithoutFormat | FormatFeatureFlagBits2::eStorageWriteWithoutFormat |
Dvulkan_to_string.hpp1803 if ( value & FormatFeatureFlagBits2::eStorageWriteWithoutFormat ) in to_string()
6718 case FormatFeatureFlagBits2::eStorageWriteWithoutFormat: return "StorageWriteWithoutFormat"; in to_string()