Searched refs:ShaderStageFlagBits (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/common/detector/ |
D | GraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp | 95 .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/ |
D | vulkan_to_string.hpp | 632 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 …]
|
D | vulkansc_to_string.hpp | 475 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 …]
|
D | vulkansc_enums.hpp | 1939 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 …]
|
D | vulkan_enums.hpp | 3075 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 …]
|
D | vulkan_raii.hpp | 5661 …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/ |
D | GfxstreamEnd2EndVkTests.cpp | 523 .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()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 166 .stageFlags = vkhpp::ShaderStageFlagBits::eFragment, in createPipeline() 196 .stage = vkhpp::ShaderStageFlagBits::eVertex, in createPipeline() 201 .stage = vkhpp::ShaderStageFlagBits::eFragment, in createPipeline()
|