Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_enums.hpp3023 eCommandPreprocessWriteNV = VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV, enumerator
3065 | AccessFlagBits::eCommandPreprocessWriteNV;
4010 eCommandPreprocessWriteNV = VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV, enumerator
4069 | AccessFlagBits2::eCommandPreprocessWriteNV
Dvulkan_to_string.hpp726 … if ( value & AccessFlagBits::eCommandPreprocessWriteNV ) result += "CommandPreprocessWriteNV | "; in to_string()
1211 … if ( value & AccessFlagBits2::eCommandPreprocessWriteNV ) result += "CommandPreprocessWriteNV | "; in to_string()
4918 case AccessFlagBits::eCommandPreprocessWriteNV : return "CommandPreprocessWriteNV"; in to_string()
5648 case AccessFlagBits2::eCommandPreprocessWriteNV : return "CommandPreprocessWriteNV"; in to_string()