Home
last modified time | relevance | path

Searched defs:DedicatedAllocationBufferCreateInfoNV (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp20475 struct DedicatedAllocationBufferCreateInfoNV struct
20477 using NativeType = VkDedicatedAllocationBufferCreateInfoNV;
20483 …VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( VULKAN_HPP_NAMESPACE::Bool32 dedicated… in DedicatedAllocationBufferCreateInfoNV() function
20492DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCreateInfoNV const & rhs ) VULKA… in DedicatedAllocationBufferCreateInfoNV() function
20502 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV const *>( &r… in operator =()
20507 …EXPR_14 DedicatedAllocationBufferCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
20514 … setDedicatedAllocation( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocation()
20521 explicit operator VkDedicatedAllocationBufferCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationBufferCreateInfoNV const&()
20526 explicit operator VkDedicatedAllocationBufferCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationBufferCreateInfoNV&()
20537 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp18679 struct DedicatedAllocationBufferCreateInfoNV struct
18688 VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV(VULKAN_HPP_NAMESPACE::Bool32 dedicatedAl… in DedicatedAllocationBufferCreateInfoNV() function
18694DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCreateInfoNV const & rhs ) VULKA… in DedicatedAllocationBufferCreateInfoNV() function
18704 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV const *>( &r… in operator =()
18709 …EXPR_14 DedicatedAllocationBufferCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
18715 …V & setDedicatedAllocation( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocation()
18723 operator VkDedicatedAllocationBufferCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationBufferCreateInfoNV const&()
18728 operator VkDedicatedAllocationBufferCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationBufferCreateInfoNV&()
18739 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
18749 bool operator==( DedicatedAllocationBufferCreateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp21091 struct DedicatedAllocationBufferCreateInfoNV struct
21093 using NativeType = VkDedicatedAllocationBufferCreateInfoNV;
21099 …VULKAN_HPP_CONSTEXPR DedicatedAllocationBufferCreateInfoNV( VULKAN_HPP_NAMESPACE::Bool32 dedicated… in DedicatedAllocationBufferCreateInfoNV() function
21108DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCreateInfoNV const & rhs ) VULKA… in DedicatedAllocationBufferCreateInfoNV() function
21118 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DedicatedAllocationBufferCreateInfoNV const *>( &r… in operator =()
21123 …EXPR_14 DedicatedAllocationBufferCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
21130 … setDedicatedAllocation( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocation()
21137 operator VkDedicatedAllocationBufferCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationBufferCreateInfoNV const&()
21142 operator VkDedicatedAllocationBufferCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationBufferCreateInfoNV&()
21153 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs11674 pub struct DedicatedAllocationBufferCreateInfoNV { struct
11679 impl ::std::default::Default for DedicatedAllocationBufferCreateInfoNV { argument
11688 impl DedicatedAllocationBufferCreateInfoNV { implementation
11702 unsafe impl ExtendsBufferCreateInfo for DedicatedAllocationBufferCreateInfoNV {} implementation
11722 pub fn build(self) -> DedicatedAllocationBufferCreateInfoNV { in build()