Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1308 eAllGraphics = VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT, enumerator
1337 | PipelineStageFlagBits::eAllGraphics
1947 eAllGraphics = VK_SHADER_STAGE_ALL_GRAPHICS, enumerator
1964 | ShaderStageFlagBits::eAllGraphics
2998 eAllGraphics = VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT, enumerator
3048 | PipelineStageFlagBits2::eAllGraphics
Dvulkansc_to_string.hpp208 if ( value & PipelineStageFlagBits::eAllGraphics ) result += "AllGraphics | "; in to_string()
922 if ( value & PipelineStageFlagBits2::eAllGraphics ) result += "AllGraphics | "; in to_string()
2248 case PipelineStageFlagBits::eAllGraphics : return "AllGraphics"; in to_string()
2794 case ShaderStageFlagBits::eAllGraphics : return "AllGraphics"; in to_string()
3629 case PipelineStageFlagBits2::eAllGraphics : return "AllGraphics"; in to_string()
Dvulkan_enums.hpp2181 eAllGraphics = VK_PIPELINE_STAGE_ALL_GRAPHICS_BIT, enumerator
2223 | PipelineStageFlagBits::eAllGraphics
3083 eAllGraphics = VK_SHADER_STAGE_ALL_GRAPHICS, enumerator
3118 | ShaderStageFlagBits::eAllGraphics
4328 eAllGraphics = VK_PIPELINE_STAGE_2_ALL_GRAPHICS_BIT, enumerator
4389 | PipelineStageFlagBits2::eAllGraphics
Dvulkan_to_string.hpp250 if ( value & PipelineStageFlagBits::eAllGraphics ) result += "AllGraphics | "; in to_string()
1158 if ( value & PipelineStageFlagBits2::eAllGraphics ) result += "AllGraphics | "; in to_string()
4286 case PipelineStageFlagBits::eAllGraphics : return "AllGraphics"; in to_string()
4992 case ShaderStageFlagBits::eAllGraphics : return "AllGraphics"; in to_string()
5946 case PipelineStageFlagBits2::eAllGraphics : return "AllGraphics"; in to_string()