Searched defs:CommandBufferBeginInfo (Results 1 – 10 of 10) sorted by relevance
| /external/rust/crates/vulkano/src/command_buffer/ |
| D | sys.rs | 56 begin_info: CommandBufferBeginInfo, in new() 58 let CommandBufferBeginInfo { in new() localVariable 228 pub struct CommandBufferBeginInfo { struct 244 impl Default for CommandBufferBeginInfo { argument
|
| D | auto.rs | 197 begin_info: CommandBufferBeginInfo, in begin() 286 begin_info: &CommandBufferBeginInfo, in validate_begin()
|
| /external/rust/crates/vulkano/src/command_buffer/standard/builder/ |
| D | mod.rs | 187 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/ |
| D | builder.rs | 115 begin_info: CommandBufferBeginInfo, in new()
|
| /external/rust/crates/ash/src/ |
| D | device.rs | 2380 begin_info: &vk::CommandBufferBeginInfo, in begin_command_buffer()
|
| /external/rust/crates/ash/src/vk/ |
| D | features.rs | 960 p_begin_info: *const CommandBufferBeginInfo, constant 2750 _p_begin_info: *const CommandBufferBeginInfo, in load()
|
| D | definitions.rs | 7724 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/ |
| D | vulkan_structs.hpp | 14304 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/ |
| D | vulkan_structs.hpp | 14742 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/ |
| D | vulkan_structs.hpp | 14632 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 …]
|