Home
last modified time | relevance | path

Searched defs:GraphicsPipelineCreateInfo (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp25723 struct GraphicsPipelineCreateInfo struct
25725 static const bool allowDuplicate = false;
25726 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
25729 VULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo( in GraphicsPipelineCreateInfo() function
25769 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument
25774 GraphicsPipelineCreateInfo( in GraphicsPipelineCreateInfo() argument
25818 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
25822 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
25828 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
25834 GraphicsPipelineCreateInfo & setStageCount( uint32_t stageCount_ ) VULKAN_HPP_NOEXCEPT in setStageCount()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp37947 struct GraphicsPipelineCreateInfo struct
37949 static const bool allowDuplicate = false;
37950 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
37953GraphicsPipelineCreateInfo(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ = {}, uint32_t stageCo… in GraphicsPipelineCreateInfo() function
37959 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function
37965GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_, VULKAN_HPP_NAMESPACE… in GraphicsPipelineCreateInfo() argument
37973 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
37977 …raphicsPipelineCreateInfo & operator=( GraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
37983 GraphicsPipelineCreateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
37989 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp38109 struct GraphicsPipelineCreateInfo struct
38111 static const bool allowDuplicate = false;
38112 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
38115GraphicsPipelineCreateInfo(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ = {}, uint32_t stageCo… in GraphicsPipelineCreateInfo() argument
38121 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument
38127GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_, VULKAN_HPP_NAMESPACE… in GraphicsPipelineCreateInfo() argument
38135 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
38139 …raphicsPipelineCreateInfo & operator=( GraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
38145 GraphicsPipelineCreateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38151 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]