Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_enums.hpp2195 eCommandPreprocessNV = VK_PIPELINE_STAGE_COMMAND_PREPROCESS_BIT_NV, enumerator
2232 | PipelineStageFlagBits::eCommandPreprocessNV
4343 eCommandPreprocessNV = VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV, enumerator
4404 | PipelineStageFlagBits2::eCommandPreprocessNV
Dvulkansc_enums.hpp3009 eCommandPreprocessNV = VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV, enumerator
3059 | PipelineStageFlagBits2::eCommandPreprocessNV
Dvulkan_to_string.hpp258 if ( value & PipelineStageFlagBits::eCommandPreprocessNV ) result += "CommandPreprocessNV | "; in to_string()
1173 if ( value & PipelineStageFlagBits2::eCommandPreprocessNV ) result += "CommandPreprocessNV | "; in to_string()
4295 case PipelineStageFlagBits::eCommandPreprocessNV : return "CommandPreprocessNV"; in to_string()
5961 case PipelineStageFlagBits2::eCommandPreprocessNV : return "CommandPreprocessNV"; in to_string()
Dvulkansc_to_string.hpp933 if ( value & PipelineStageFlagBits2::eCommandPreprocessNV ) result += "CommandPreprocessNV | "; in to_string()
3640 case PipelineStageFlagBits2::eCommandPreprocessNV : return "CommandPreprocessNV"; in to_string()