Home
last modified time | relevance | path

Searched refs:ShaderStageFlagBits (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp95 .stageFlags = vkhpp::ShaderStageFlagBits::eFragment, in CanHandlePrecisionQualifierWithYuvSampler()
170 .stage = vkhpp::ShaderStageFlagBits::eVertex, in CanHandlePrecisionQualifierWithYuvSampler()
175 .stage = vkhpp::ShaderStageFlagBits::eFragment, in CanHandlePrecisionQualifierWithYuvSampler()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_to_string.hpp632 if ( value & ShaderStageFlagBits::eVertex ) result += "Vertex | "; in to_string()
633 if ( value & ShaderStageFlagBits::eTessellationControl ) result += "TessellationControl | "; in to_string()
634 … if ( value & ShaderStageFlagBits::eTessellationEvaluation ) result += "TessellationEvaluation | "; in to_string()
635 if ( value & ShaderStageFlagBits::eGeometry ) result += "Geometry | "; in to_string()
636 if ( value & ShaderStageFlagBits::eFragment ) result += "Fragment | "; in to_string()
637 if ( value & ShaderStageFlagBits::eCompute ) result += "Compute | "; in to_string()
638 if ( value & ShaderStageFlagBits::eRaygenKHR ) result += "RaygenKHR | "; in to_string()
639 if ( value & ShaderStageFlagBits::eAnyHitKHR ) result += "AnyHitKHR | "; in to_string()
640 if ( value & ShaderStageFlagBits::eClosestHitKHR ) result += "ClosestHitKHR | "; in to_string()
641 if ( value & ShaderStageFlagBits::eMissKHR ) result += "MissKHR | "; in to_string()
[all …]
Dvulkansc_to_string.hpp475 if ( value & ShaderStageFlagBits::eVertex ) result += "Vertex | "; in to_string()
476 if ( value & ShaderStageFlagBits::eTessellationControl ) result += "TessellationControl | "; in to_string()
477 … if ( value & ShaderStageFlagBits::eTessellationEvaluation ) result += "TessellationEvaluation | "; in to_string()
478 if ( value & ShaderStageFlagBits::eGeometry ) result += "Geometry | "; in to_string()
479 if ( value & ShaderStageFlagBits::eFragment ) result += "Fragment | "; in to_string()
480 if ( value & ShaderStageFlagBits::eCompute ) result += "Compute | "; in to_string()
2784 VULKAN_HPP_INLINE std::string to_string( ShaderStageFlagBits value ) in to_string()
2788 case ShaderStageFlagBits::eVertex : return "Vertex"; in to_string()
2789 case ShaderStageFlagBits::eTessellationControl : return "TessellationControl"; in to_string()
2790 case ShaderStageFlagBits::eTessellationEvaluation : return "TessellationEvaluation"; in to_string()
[all …]
Dvulkansc_enums.hpp1939 enum class ShaderStageFlagBits : VkShaderStageFlags enum
1951 using ShaderStageFlags = Flags<ShaderStageFlagBits>;
1954 template <> struct FlagTraits<ShaderStageFlagBits>
1958 ShaderStageFlagBits::eVertex
1959 | ShaderStageFlagBits::eTessellationControl
1960 | ShaderStageFlagBits::eTessellationEvaluation
1961 | ShaderStageFlagBits::eGeometry
1962 | ShaderStageFlagBits::eFragment
1963 | ShaderStageFlagBits::eCompute
1964 | ShaderStageFlagBits::eAllGraphics
[all …]
Dvulkan_enums.hpp3075 enum class ShaderStageFlagBits : VkShaderStageFlags enum
3105 using ShaderStageFlags = Flags<ShaderStageFlagBits>;
3108 template <> struct FlagTraits<ShaderStageFlagBits>
3112 ShaderStageFlagBits::eVertex
3113 | ShaderStageFlagBits::eTessellationControl
3114 | ShaderStageFlagBits::eTessellationEvaluation
3115 | ShaderStageFlagBits::eGeometry
3116 | ShaderStageFlagBits::eFragment
3117 | ShaderStageFlagBits::eCompute
3118 | ShaderStageFlagBits::eAllGraphics
[all …]
Dvulkan_raii.hpp5661 …sEXT( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ShaderStageFlagBits> const & st…
8493 …CARD std::vector<uint8_t> getShaderInfoAMD( VULKAN_HPP_NAMESPACE::ShaderStageFlagBits shaderStage…
14142 …:vector<uint8_t> Pipeline::getShaderInfoAMD( VULKAN_HPP_NAMESPACE::ShaderStageFlagBits shaderStage… in getShaderInfoAMD()
19712 …sEXT( VULKAN_HPP_NAMESPACE::ArrayProxy<const VULKAN_HPP_NAMESPACE::ShaderStageFlagBits> const & st… in bindShadersEXT()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp523 .stageFlags = vkhpp::ShaderStageFlagBits::eVertex, in AllocateDescriptorBundle()
801 .stageFlags = vkhpp::ShaderStageFlagBits::eVertex, in TEST_P()
807 .stageFlags = vkhpp::ShaderStageFlagBits::eVertex, in TEST_P()
813 .stageFlags = vkhpp::ShaderStageFlagBits::eVertex, in TEST_P()
819 .stageFlags = vkhpp::ShaderStageFlagBits::eVertex, in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp166 .stageFlags = vkhpp::ShaderStageFlagBits::eFragment, in createPipeline()
196 .stage = vkhpp::ShaderStageFlagBits::eVertex, in createPipeline()
201 .stage = vkhpp::ShaderStageFlagBits::eFragment, in createPipeline()