Home
last modified time | relevance | path

Searched refs:VkDedicatedAllocationMemoryAllocateInfoNV (Results 1 – 9 of 9) 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/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1544 struct VkDedicatedAllocationMemoryAllocateInfoNV struct
DvkStrUtil.inl365 std::ostream& operator<< (std::ostream& s, const VkDedicatedAllocationMemoryAllocateInfoNV& value);
DvkStrUtilImpl.inl3637 std::ostream& operator<< (std::ostream& s, const VkDedicatedAllocationMemoryAllocateInfoNV& value)
3639 s << "VkDedicatedAllocationMemoryAllocateInfoNV = {\n";
/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/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in4218 typedef struct VkDedicatedAllocationMemoryAllocateInfoNV { struct
4223 } VkDedicatedAllocationMemoryAllocateInfoNV; argument
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp18870 VkDedicatedAllocationMemoryAllocateInfoNV dedicated_memory_info = {}; in TEST_F()