Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp3462 eCommandPreprocessReadNV = VK_ACCESS_COMMAND_PREPROCESS_READ_BIT_NV, enumerator
3501 | AccessFlagBits::eCommandPreprocessReadNV
4452 eCommandPreprocessReadNV = VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV, enumerator
4511 | AccessFlagBits2::eCommandPreprocessReadNV
Dvulkansc_enums.hpp3095 eCommandPreprocessReadNV = VK_ACCESS_2_COMMAND_PREPROCESS_READ_BIT_NV, enumerator
3141 | AccessFlagBits2::eCommandPreprocessReadNV
Dvulkan_to_string.hpp735 if ( value & AccessFlagBits::eCommandPreprocessReadNV ) result += "CommandPreprocessReadNV | "; in to_string()
1226 if ( value & AccessFlagBits2::eCommandPreprocessReadNV ) result += "CommandPreprocessReadNV | "; in to_string()
5284 case AccessFlagBits::eCommandPreprocessReadNV : return "CommandPreprocessReadNV"; in to_string()
6015 case AccessFlagBits2::eCommandPreprocessReadNV : return "CommandPreprocessReadNV"; in to_string()
Dvulkansc_to_string.hpp974 if ( value & AccessFlagBits2::eCommandPreprocessReadNV ) result += "CommandPreprocessReadNV | "; in to_string()
3682 case AccessFlagBits2::eCommandPreprocessReadNV : return "CommandPreprocessReadNV"; in to_string()