Searched refs:DynamicState (Results 1 – 6 of 6) sorted by relevance
4772 VULKAN_HPP_INLINE std::string to_string( DynamicState value ) in to_string()4776 case DynamicState::eViewport : return "Viewport"; in to_string()4777 case DynamicState::eScissor : return "Scissor"; in to_string()4778 case DynamicState::eLineWidth : return "LineWidth"; in to_string()4779 case DynamicState::eDepthBias : return "DepthBias"; in to_string()4780 case DynamicState::eBlendConstants : return "BlendConstants"; in to_string()4781 case DynamicState::eDepthBounds : return "DepthBounds"; in to_string()4782 case DynamicState::eStencilCompareMask : return "StencilCompareMask"; in to_string()4783 case DynamicState::eStencilWriteMask : return "StencilWriteMask"; in to_string()4784 case DynamicState::eStencilReference : return "StencilReference"; in to_string()[all …]
2641 VULKAN_HPP_INLINE std::string to_string( DynamicState value ) in to_string()2645 case DynamicState::eViewport : return "Viewport"; in to_string()2646 case DynamicState::eScissor : return "Scissor"; in to_string()2647 case DynamicState::eLineWidth : return "LineWidth"; in to_string()2648 case DynamicState::eDepthBias : return "DepthBias"; in to_string()2649 case DynamicState::eBlendConstants : return "BlendConstants"; in to_string()2650 case DynamicState::eDepthBounds : return "DepthBounds"; in to_string()2651 case DynamicState::eStencilCompareMask : return "StencilCompareMask"; in to_string()2652 case DynamicState::eStencilWriteMask : return "StencilWriteMask"; in to_string()2653 case DynamicState::eStencilReference : return "StencilReference"; in to_string()[all …]
1796 enum class DynamicState enum
2831 enum class DynamicState enum
265 const std::vector<vkhpp::DynamicState> pipelineDynamicStates = { in CanHandlePrecisionQualifierWithYuvSampler()266 vkhpp::DynamicState::eViewport, in CanHandlePrecisionQualifierWithYuvSampler()267 vkhpp::DynamicState::eScissor, in CanHandlePrecisionQualifierWithYuvSampler()
258 const vkhpp::DynamicState dynamicStates[2] = {vkhpp::DynamicState::eViewport, in createPipeline()259 vkhpp::DynamicState::eScissor}; in createPipeline()