Searched refs:eCommandPreprocessWriteNV (Results 1 – 2 of 2) sorted by relevance
3023 eCommandPreprocessWriteNV = VK_ACCESS_COMMAND_PREPROCESS_WRITE_BIT_NV, enumerator3065 | AccessFlagBits::eCommandPreprocessWriteNV;4010 eCommandPreprocessWriteNV = VK_ACCESS_2_COMMAND_PREPROCESS_WRITE_BIT_NV, enumerator4069 | AccessFlagBits2::eCommandPreprocessWriteNV
726 … 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()