Home
last modified time | relevance | path

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

/external/rust/crates/vulkano/src/command_buffer/
Dsys.rs56 begin_info: CommandBufferBeginInfo, in new()
58 let CommandBufferBeginInfo { in new() localVariable
228 pub struct CommandBufferBeginInfo { struct
244 impl Default for CommandBufferBeginInfo { argument
Dauto.rs197 begin_info: CommandBufferBeginInfo, in begin()
286 begin_info: &CommandBufferBeginInfo, in validate_begin()
/external/rust/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs187 begin_info: CommandBufferBeginInfo, in begin()
202 begin_info: &CommandBufferBeginInfo, in validate_begin()
434 begin_info: CommandBufferBeginInfo, in begin_unchecked()
436 let CommandBufferBeginInfo { in begin_unchecked() localVariable
/external/rust/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs115 begin_info: CommandBufferBeginInfo, in new()
/external/rust/crates/ash/src/
Ddevice.rs2380 begin_info: &vk::CommandBufferBeginInfo, in begin_command_buffer()
/external/rust/crates/ash/src/vk/
Dfeatures.rs960 p_begin_info: *const CommandBufferBeginInfo, constant
2750 _p_begin_info: *const CommandBufferBeginInfo, in load()
Ddefinitions.rs7724 pub struct CommandBufferBeginInfo { struct
7730 impl ::std::default::Default for CommandBufferBeginInfo { implementation
7741 unsafe impl TaggedStructure for CommandBufferBeginInfo { implementation
7744 impl CommandBufferBeginInfo { impl
7797 pub fn build(self) -> CommandBufferBeginInfo { in build()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp14304 struct CommandBufferBeginInfo struct
14306 using NativeType = VkCommandBufferBeginInfo;
14308 static const bool allowDuplicate = false;
14309 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferBeginInfo;
14312 …VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags … in CommandBufferBeginInfo() function
14323 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function
14333 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()
14338 …ULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
14344 …ferBeginInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
14351 … const VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo * pInheritanceInfo_ ) VULKAN_HPP_NOEXCEPT in setPInheritanceInfo()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp14742 struct CommandBufferBeginInfo struct
14744 using NativeType = VkCommandBufferBeginInfo;
14746 static const bool allowDuplicate = false;
14747 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferBeginInfo;
14750 …VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags … in CommandBufferBeginInfo() function
14761 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function
14771 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()
14776 …ULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
14782 …ferBeginInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
14789 … const VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo * pInheritanceInfo_ ) VULKAN_HPP_NOEXCEPT in setPInheritanceInfo()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp14632 struct CommandBufferBeginInfo struct
14634 using NativeType = VkCommandBufferBeginInfo;
14636 static const bool allowDuplicate = false;
14637 …ULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferBeginInfo;
14640 …VULKAN_HPP_CONSTEXPR CommandBufferBeginInfo( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags … in CommandBufferBeginInfo() function
14651 CommandBufferBeginInfo( VkCommandBufferBeginInfo const & rhs ) VULKAN_HPP_NOEXCEPT in CommandBufferBeginInfo() function
14661 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferBeginInfo const *>( &rhs ); in operator =()
14666 …ULKAN_HPP_CONSTEXPR_14 CommandBufferBeginInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
14672 …ferBeginInfo & setFlags( VULKAN_HPP_NAMESPACE::CommandBufferUsageFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
14679 … const VULKAN_HPP_NAMESPACE::CommandBufferInheritanceInfo * pInheritanceInfo_ ) VULKAN_HPP_NOEXCEPT in setPInheritanceInfo()
[all …]