Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLibraryTests.cpp333 class GraphicsPipelineCreateInfo : public ::vkt::Draw::PipelineCreateInfo class
336 GraphicsPipelineCreateInfo (vk::VkPipelineLayout _layout, in GraphicsPipelineCreateInfo() function in vkt::pipeline::__anoneb98263c0111::GraphicsPipelineCreateInfo
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp37709 struct GraphicsPipelineCreateInfo struct
37711 using NativeType = VkGraphicsPipelineCreateInfo;
37713 static const bool allowDuplicate = false;
37714 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
37717 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function
37758 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function
37764GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
37808 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
37813 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
37819 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp35080 struct GraphicsPipelineCreateInfo struct
35082 using NativeType = VkGraphicsPipelineCreateInfo;
35084 static const bool allowDuplicate = false;
35085 …AN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
35089GraphicsPipelineCreateInfo(VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ = {}, uint32_t stageCo… in GraphicsPipelineCreateInfo() function
35095 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument
35100GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_, VULKAN_HPP_NAMESPACE… in GraphicsPipelineCreateInfo() argument
35111 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
35116 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
35122 …pelineCreateInfo & 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.hpp38771 struct GraphicsPipelineCreateInfo struct
38773 using NativeType = VkGraphicsPipelineCreateInfo;
38775 static const bool allowDuplicate = false;
38776 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
38779 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
38820 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function
38826GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
38870 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
38875 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38881 …pelineCreateInfo & 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 { impl
6275 pub fn build(self) -> GraphicsPipelineCreateInfo { in build()