Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp3005 eVertexAttributeInput = VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT, enumerator
3055 | PipelineStageFlagBits2::eVertexAttributeInput
Dvulkansc_to_string.hpp929 … if ( value & PipelineStageFlagBits2::eVertexAttributeInput ) result += "VertexAttributeInput | "; in to_string()
3636 case PipelineStageFlagBits2::eVertexAttributeInput : return "VertexAttributeInput"; in to_string()
Dvulkan_enums.hpp4335 eVertexAttributeInput = VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT, enumerator
4396 | PipelineStageFlagBits2::eVertexAttributeInput
Dvulkan_to_string.hpp1165 … if ( value & PipelineStageFlagBits2::eVertexAttributeInput ) result += "VertexAttributeInput | "; in to_string()
5953 case PipelineStageFlagBits2::eVertexAttributeInput : return "VertexAttributeInput"; in to_string()