Home
last modified time | relevance | path

Searched defs:PipelineLayoutCreateInfo (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/vulkano/src/pipeline/
Dlayout.rs107 mut create_info: PipelineLayoutCreateInfo, in new()
112 let PipelineLayoutCreateInfo { in new() localVariable
184 create_info: &mut PipelineLayoutCreateInfo, in validate()
484 create_info: &PipelineLayoutCreateInfo, in create()
486 let PipelineLayoutCreateInfo { in create() localVariable
539 create_info: PipelineLayoutCreateInfo, in from_handle()
541 let PipelineLayoutCreateInfo { in from_handle() localVariable
1111 pub struct PipelineLayoutCreateInfo { struct
1130 impl Default for PipelineLayoutCreateInfo { argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp243 class PipelineLayoutCreateInfo : public vk::VkPipelineLayoutCreateInfo class
DvktDrawCreateInfoUtil.cpp600 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo(uint32_t _descriptorSetCount, in PipelineLayoutCreateInfo() function in vkt::Draw::PipelineLayoutCreateInfo
628 PipelineLayoutCreateInfo::PipelineLayoutCreateInfo(const std::vector<vk::VkDescriptorSetLayout> &se… in PipelineLayoutCreateInfo() function in vkt::Draw::PipelineLayoutCreateInfo
/external/rust/crates/ash/src/
Ddevice.rs2192 create_info: &vk::PipelineLayoutCreateInfo, in create_pipeline_layout()
/external/rust/crates/ash/src/vk/
Dfeatures.rs817 p_create_info: *const PipelineLayoutCreateInfo, constant
2331 _p_create_info: *const PipelineLayoutCreateInfo, in load()
Ddefinitions.rs7218 pub struct PipelineLayoutCreateInfo { struct
7227 impl ::std::default::Default for PipelineLayoutCreateInfo { argument
7241 unsafe impl TaggedStructure for PipelineLayoutCreateInfo { implementation
7244 impl PipelineLayoutCreateInfo { impl
7289 pub fn build(self) -> PipelineLayoutCreateInfo { in build()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp89276 struct PipelineLayoutCreateInfo struct
89278 using NativeType = VkPipelineLayoutCreateInfo;
89280 static const bool allowDuplicate = false;
89281 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
89284 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo() function
89301 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() argument
89307PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function
89326 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
89331 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
89337 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp92423 struct PipelineLayoutCreateInfo struct
92425 using NativeType = VkPipelineLayoutCreateInfo;
92427 static const bool allowDuplicate = false;
92428 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
92431 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo() argument
92448 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() function
92454PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function
92473 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
92478 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
92484 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp94539 struct PipelineLayoutCreateInfo struct
94541 using NativeType = VkPipelineLayoutCreateInfo;
94543 static const bool allowDuplicate = false;
94544 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePipelineLayoutCreateInfo;
94547 …VULKAN_HPP_CONSTEXPR PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags f… in PipelineLayoutCreateInfo() argument
94564 PipelineLayoutCreateInfo( VkPipelineLayoutCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in PipelineLayoutCreateInfo() argument
94570PipelineLayoutCreateInfo( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags … in PipelineLayoutCreateInfo() function
94589 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PipelineLayoutCreateInfo const *>( &rhs ); in operator =()
94594 …KAN_HPP_CONSTEXPR_14 PipelineLayoutCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
94600 …CreateInfo & setFlags( VULKAN_HPP_NAMESPACE::PipelineLayoutCreateFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]