Home
last modified time | relevance | path

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

/external/rust/crates/ash/src/
Ddevice.rs1781 begin_info: &vk::CommandBufferBeginInfo, in begin_command_buffer()
/external/rust/crates/ash/src/vk/
Dfeatures.rs1143 p_begin_info: *const CommandBufferBeginInfo, constant
2933 _p_begin_info: *const CommandBufferBeginInfo, in load()
4541 p_begin_info: *const CommandBufferBeginInfo, in begin_command_buffer()
Ddefinitions.rs6920 pub struct CommandBufferBeginInfo { struct
6926 impl ::std::default::Default for CommandBufferBeginInfo { argument
6936 impl CommandBufferBeginInfo { impl
6987 pub fn build(self) -> CommandBufferBeginInfo { in build()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp13142 struct CommandBufferBeginInfo struct
13144 using NativeType = VkCommandBufferBeginInfo;
13146 static const bool allowDuplicate = false;
13147 …VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferBeginInfo;
13150 …VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo(VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ =… in CommandBufferBeginInfo() function
13161 CommandBufferBeginInfo(VkCommandBufferBeginInfo const &rhs) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function
13171 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>(&rhs); in operator =()
13176 VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()
13182 …BufferBeginInfo &setFlags(VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_) VULKAN_HPP_NOEXCEPT in setFlags()
13189 …fo(const VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo *pInheritanceInfo_) VULKAN_HPP_NOEXCEPT in setPInheritanceInfo()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp13105 struct CommandBufferBeginInfo struct
13107 using NativeType = VkCommandBufferBeginInfo;
13109 static const bool allowDuplicate = false;
13110 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferBeginInfo;
13113 …VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags … in CommandBufferBeginInfo() function
13124 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function
13134 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()
13139 …ULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
13145 …ferBeginInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
13152 … const VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo * pInheritanceInfo_ ) VULKAN_HPP_NOEXCEPT in setPInheritanceInfo()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp13733 struct CommandBufferBeginInfo struct
13735 using NativeType = VkCommandBufferBeginInfo;
13741 VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( in CommandBufferBeginInfo() function
13750 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function
13759 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()
13764 …ULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
13771 setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
13777 VULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPInheritanceInfo( in setPInheritanceInfo()
13785 explicit operator VkCommandBufferBeginInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkCommandBufferBeginInfo const&()
13790 explicit operator VkCommandBufferBeginInfo &() VULKAN_HPP_NOEXCEPT in operator VkCommandBufferBeginInfo&()
[all …]