Home
last modified time | relevance | path

Searched refs:VkDedicatedAllocationBufferCreateInfoNV (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h3960 typedef struct VkDedicatedAllocationBufferCreateInfoNV { struct
3964 } VkDedicatedAllocationBufferCreateInfoNV; argument
Dvulkan.hpp8618 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 )…
/external/mesa3d/include/vulkan/
Dvulkan.h3973 typedef struct VkDedicatedAllocationBufferCreateInfoNV { struct
3977 } VkDedicatedAllocationBufferCreateInfoNV; argument
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h4134 typedef struct VkDedicatedAllocationBufferCreateInfoNV { struct
4138 } VkDedicatedAllocationBufferCreateInfoNV; argument
/external/vulkan-validation-layers/layers/
Dvk_validation_error_database.txt664 …'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::…
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp18849 VkDedicatedAllocationBufferCreateInfoNV dedicated_buffer_create_info = {}; in TEST_F()