Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp3463 eCommandPreprocessWriteNV = VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV, enumerator
3502 | AccessFlagBits::eCommandPreprocessWriteNV;
4453 eCommandPreprocessWriteNV = VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV, enumerator
4512 | AccessFlagBits2::eCommandPreprocessWriteNV
Dvulkansc_enums.hpp3096 eCommandPreprocessWriteNV = VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV, enumerator
3142 | AccessFlagBits2::eCommandPreprocessWriteNV
Dvulkan_to_string.hpp736 … if ( value & AccessFlagBits::eCommandPreprocessWriteNV ) result += "CommandPreprocessWriteNV | "; in to_string()
1227 … if ( value & AccessFlagBits2::eCommandPreprocessWriteNV ) result += "CommandPreprocessWriteNV | "; in to_string()
5285 case AccessFlagBits::eCommandPreprocessWriteNV : return "CommandPreprocessWriteNV"; in to_string()
6016 case AccessFlagBits2::eCommandPreprocessWriteNV : return "CommandPreprocessWriteNV"; in to_string()
Dvulkansc_to_string.hpp975 … if ( value & AccessFlagBits2::eCommandPreprocessWriteNV ) result += "CommandPreprocessWriteNV | "; in to_string()
3683 case AccessFlagBits2::eCommandPreprocessWriteNV : return "CommandPreprocessWriteNV"; in to_string()