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.cpp332 class GraphicsPipelineCreateInfo : public ::vkt::Draw::PipelineCreateInfo class
335GraphicsPipelineCreateInfo(vk::VkPipelineLayout _layout, vk::VkRenderPass _renderPass, int _subpas… in GraphicsPipelineCreateInfo() function in vkt::pipeline::__anond246fdcb0111::GraphicsPipelineCreateInfo
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp40459 struct GraphicsPipelineCreateInfo struct
40461 using NativeType = VkGraphicsPipelineCreateInfo;
40463 static const bool allowDuplicate = false;
40464 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
40467 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function
40508 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() argument
40514GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
40558 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
40563 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
40569 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp41572 struct GraphicsPipelineCreateInfo struct
41574 using NativeType = VkGraphicsPipelineCreateInfo;
41576 static const bool allowDuplicate = false;
41577 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
41580 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function
41621 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function
41627GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
41671 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
41676 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
41682 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp41321 struct GraphicsPipelineCreateInfo struct
41323 using NativeType = VkGraphicsPipelineCreateInfo;
41325 static const bool allowDuplicate = false;
41326 …N_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eGraphicsPipelineCreateInfo;
41329 …PP_CONSTEXPR_14 GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() argument
41370 GraphicsPipelineCreateInfo( VkGraphicsPipelineCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in GraphicsPipelineCreateInfo() function
41376GraphicsPipelineCreateInfo( VULKAN_HPP_NAMESPACE::PipelineCreateFlags … in GraphicsPipelineCreateInfo() function
41420 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::GraphicsPipelineCreateInfo const *>( &rhs ); in operator =()
41425 …N_HPP_CONSTEXPR_14 GraphicsPipelineCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
41431 …pelineCreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/crates/ash/src/
Ddevice.rs2128 create_infos: &[vk::GraphicsPipelineCreateInfo], in create_graphics_pipelines()
/external/rust/crates/ash/src/vk/
Dfeatures.rs795 p_create_infos: *const GraphicsPipelineCreateInfo, constant
2271 _p_create_infos: *const GraphicsPipelineCreateInfo, in load()
Ddefinitions.rs6810 pub struct GraphicsPipelineCreateInfo { struct
6831 impl ::std::default::Default for GraphicsPipelineCreateInfo { argument
6857 unsafe impl TaggedStructure for GraphicsPipelineCreateInfo { implementation
6860 impl GraphicsPipelineCreateInfo { impl
7005 pub fn build(self) -> GraphicsPipelineCreateInfo { in build()