Searched refs:VkDedicatedAllocationBufferCreateInfoNV (Results 1 – 6 of 6) sorted by relevance
3960 typedef struct VkDedicatedAllocationBufferCreateInfoNV { struct3964 } VkDedicatedAllocationBufferCreateInfoNV; argument
8618 DedicatedAllocationBufferCreateInfoNV( VkDedicatedAllocationBufferCreateInfoNV const & rhs ) in DedicatedAllocationBufferCreateInfoNV()8623 …DedicatedAllocationBufferCreateInfoNV& operator=( VkDedicatedAllocationBufferCreateInfoNV const & … in operator =()8647 operator const VkDedicatedAllocationBufferCreateInfoNV&() const in operator const VkDedicatedAllocationBufferCreateInfoNV&()8649 return *reinterpret_cast<const VkDedicatedAllocationBufferCreateInfoNV*>(this); in operator const VkDedicatedAllocationBufferCreateInfoNV&()8671 …zeof( DedicatedAllocationBufferCreateInfoNV ) == sizeof( VkDedicatedAllocationBufferCreateInfoNV )…
3973 typedef struct VkDedicatedAllocationBufferCreateInfoNV { struct3977 } VkDedicatedAllocationBufferCreateInfoNV; argument
4134 typedef struct VkDedicatedAllocationBufferCreateInfoNV { struct4138 } VkDedicatedAllocationBufferCreateInfoNV; argument
664 …'pNext must be NULL, or a pointer to a valid instance of VkDedicatedAllocationBufferCreateInfoNV' …1657 …t VK_NULL_HANDLE, the buffer must have been created with VkDedicatedAllocationBufferCreateInfoNV::…1683 …g/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationBufferCreateInfoNV)~…1684 …g/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationBufferCreateInfoNV)~…1685 …g/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationBufferCreateInfoNV)~…2124 …ry Association' which states 'If buffer was created with VkDedicatedAllocationBufferCreateInfoNV::…2125 …ssociation' which states 'If buffer was not created with VkDedicatedAllocationBufferCreateInfoNV::…
18849 VkDedicatedAllocationBufferCreateInfoNV dedicated_buffer_create_info = {}; in TEST_F()