Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp4424 eCommandPreprocessReadNV = VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV, enumerator
4462 case AccessFlagBits::eCommandPreprocessReadNV: return "CommandPreprocessReadNV"; in to_string()
7837 eCommandPreprocessReadNV = VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV, enumerator
7885 case AccessFlagBits2KHR::eCommandPreprocessReadNV: return "CommandPreprocessReadNV"; in to_string()
10268 VkFlags( AccessFlagBits::eCommandPreprocessReadNV ) |
10354 if ( value & AccessFlagBits::eCommandPreprocessReadNV ) in to_string()
14563 VkFlags64( AccessFlagBits2KHR::eCommandPreprocessReadNV ) |
14661 if ( value & AccessFlagBits2KHR::eCommandPreprocessReadNV ) in to_string()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp3311 eCommandPreprocessReadNV = VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV, enumerator
3330 …agBits::eFragmentShadingRateAttachmentReadKHR | AccessFlagBits::eCommandPreprocessReadNV | AccessF…
4189 eCommandPreprocessReadNV = VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV, enumerator
4225 …AccessFlagBits2::eConditionalRenderingReadEXT | AccessFlagBits2::eCommandPreprocessReadNV | Access…
Dvulkan_to_string.hpp1030 if ( value & AccessFlagBits::eCommandPreprocessReadNV ) in to_string()
1683 if ( value & AccessFlagBits2::eCommandPreprocessReadNV ) in to_string()
6014 case AccessFlagBits::eCommandPreprocessReadNV: return "CommandPreprocessReadNV"; in to_string()
6648 case AccessFlagBits2::eCommandPreprocessReadNV: return "CommandPreprocessReadNV"; in to_string()