Home
last modified time | relevance | path

Searched refs:VkDedicatedAllocationMemoryAllocateInfoNV (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/
Dunique_objects.cpp354 … reinterpret_cast<const VkDedicatedAllocationMemoryAllocateInfoNV *>(orig_pnext)); in AllocateMemory()
Dvk_validation_error_database.txt612 …pNext must be NULL, or a pointer to a valid instance of VkDedicatedAllocationMemoryAllocateInfoNV'…
1655 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
1656 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
1657 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
1658 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
1659 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
1660 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
1661 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
1662 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
1663 …/registry/vulkan/specs/1.0-extensions/xhtml/vkspec.html#VkDedicatedAllocationMemoryAllocateInfoNV)…
[all …]
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.h3966 typedef struct VkDedicatedAllocationMemoryAllocateInfoNV { struct
3971 } VkDedicatedAllocationMemoryAllocateInfoNV; argument
Dvulkan.hpp8683 DedicatedAllocationMemoryAllocateInfoNV( VkDedicatedAllocationMemoryAllocateInfoNV const & rhs ) in DedicatedAllocationMemoryAllocateInfoNV()
8688 …DedicatedAllocationMemoryAllocateInfoNV& operator=( VkDedicatedAllocationMemoryAllocateInfoNV cons… in operator =()
8718 operator const VkDedicatedAllocationMemoryAllocateInfoNV&() const in operator const VkDedicatedAllocationMemoryAllocateInfoNV&()
8720 return *reinterpret_cast<const VkDedicatedAllocationMemoryAllocateInfoNV*>(this); in operator const VkDedicatedAllocationMemoryAllocateInfoNV&()
8744 …f( DedicatedAllocationMemoryAllocateInfoNV ) == sizeof( VkDedicatedAllocationMemoryAllocateInfoNV
/external/mesa3d/include/vulkan/
Dvulkan.h3979 typedef struct VkDedicatedAllocationMemoryAllocateInfoNV { struct
3984 } VkDedicatedAllocationMemoryAllocateInfoNV; argument
/external/skia/third_party/vulkan/vulkan/
Dvulkan.h4140 typedef struct VkDedicatedAllocationMemoryAllocateInfoNV { struct
4145 } VkDedicatedAllocationMemoryAllocateInfoNV; argument
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp18870 VkDedicatedAllocationMemoryAllocateInfoNV dedicated_memory_info = {}; in TEST_F()