Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp34034 struct GraphicsPipelineCreateInfo struct
34036 using NativeType = VkGraphicsPipelineCreateInfo;
34038 static const bool allowDuplicate = false;
34039 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
34042 …VULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags… in GraphicsPipelineCreateInfo() function
34083 GraphicsPipelineCreateInfo(VkGraphicsPipelineCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument
34089 GraphicsPipelineCreateInfo(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_, in GraphicsPipelineCreateInfo() function
34133 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>(&rhs); in operator =()
34138 …ULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
34144 …sPipelineCreateInfo &setFlags(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp33964 struct GraphicsPipelineCreateInfo struct
33966 using NativeType = VkGraphicsPipelineCreateInfo;
33968 static const bool allowDuplicate = false;
33969 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
33972 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function
34013 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function
34019GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
34063 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
34068 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
34074 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp35270 struct GraphicsPipelineCreateInfo struct
35272 using NativeType = VkGraphicsPipelineCreateInfo;
35274 static const bool allowDuplicate = false;
35275 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
35278 VULKAN_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo( in GraphicsPipelineCreateInfo() function
35318 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument
35323 GraphicsPipelineCreateInfo( in GraphicsPipelineCreateInfo() argument
35366 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
35371 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
35378 setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/
Ddevice.rs1543 create_infos: &[vk::GraphicsPipelineCreateInfo], in create_graphics_pipelines()
/external/rust/crates/ash/src/vk/
Dfeatures.rs978 p_create_infos: *const GraphicsPipelineCreateInfo, constant
2454 _p_create_infos: *const GraphicsPipelineCreateInfo, in load()
4271 p_create_infos: *const GraphicsPipelineCreateInfo, in create_graphics_pipelines()
Ddefinitions.rs6100 pub struct GraphicsPipelineCreateInfo { struct
6121 impl ::std::default::Default for GraphicsPipelineCreateInfo { argument
6146 impl GraphicsPipelineCreateInfo { implementation
6275 pub fn build(self) -> GraphicsPipelineCreateInfo { in build()