/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_dedicated_allocation.adoc | 41 // VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation 48 … VK_TRUE, // dedicatedAllocation
|
D | VK_NV_dedicated_allocation.txt | 41 // VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation 48 … VK_TRUE, // dedicatedAllocation
|
D | VK_NV_external_memory_win32.adoc | 145 dedicatedImageCreateInfo.dedicatedAllocation = VK_TRUE;
|
D | VK_NV_external_memory_win32.txt | 144 dedicatedImageCreateInfo.dedicatedAllocation = VK_TRUE;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/ |
D | bind_buffer_common.txt | 59 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation 67 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
|
D | bind_buffer_common.adoc | 59 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation 67 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
|
D | bind_image_common.txt | 72 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation 80 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
|
D | bind_image_common.adoc | 72 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation 80 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferTests.cpp | 780 …de::MovePtr<tcu::TestCaseGroup> dedicatedAllocation (new tcu::TestCaseGroup(testCtx, "dedicated_al… in createBufferTests() local 781 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests() 782 buffersTests->addChild(dedicatedAllocation.release()); in createBufferTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 780 …de::MovePtr<tcu::TestCaseGroup> dedicatedAllocation (new tcu::TestCaseGroup(testCtx, "dedicated_al… in createBufferTests() local 781 createBufferUsageCases(*dedicatedAllocation, 0u, 0u, ALLOCATION_KIND_DEDICATED); in createBufferTests() 782 buffersTests->addChild(dedicatedAllocation.release()); in createBufferTests()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/style/ |
D | extensions.adoc | 1173 * If pname:dedicatedAllocation is ename:VK_TRUE, 1191 pname:dedicatedAllocation member of the chained structure is
|
D | extensions.txt | 1154 * If pname:dedicatedAllocation is ename:VK_TRUE, 1172 pname:dedicatedAllocation member of the chained structure is
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 6063 VkBool32 dedicatedAllocation; member 6069 VkBool32 dedicatedAllocation; member
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 1525 VkBool32 dedicatedAllocation; member 1532 VkBool32 dedicatedAllocation; member
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7912 bool dedicatedAllocation, 15899 bool dedicatedAllocation, in AllocateMemoryOfType() argument 15932 dedicatedAllocation || in AllocateMemoryOfType()
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 6536 VkBool32 dedicatedAllocation; member 6542 VkBool32 dedicatedAllocation; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | resources.txt | 159 pname:dedicatedAllocation member of the chained structure is 385 * pname:dedicatedAllocation specifies whether the buffer will have a 1784 * pname:dedicatedAllocation specifies whether the image will have a 1796 * [[VUID-VkDedicatedAllocationImageCreateInfoNV-dedicatedAllocation-00994]] 1797 If pname:dedicatedAllocation is ename:VK_TRUE,
|
D | resources.adoc | 159 pname:dedicatedAllocation member of the chained structure is 463 * pname:dedicatedAllocation specifies whether the buffer will have a 2021 * pname:dedicatedAllocation specifies whether the image will have a 2033 * [[VUID-VkDedicatedAllocationImageCreateInfoNV-dedicatedAllocation-00994]] 2034 If pname:dedicatedAllocation is ename:VK_TRUE,
|
D | memory.txt | 1685 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation 1690 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
|
D | memory.adoc | 1709 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation 1714 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 8474 VkBool32 dedicatedAllocation; member 8480 VkBool32 dedicatedAllocation; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 8789 VkBool32 dedicatedAllocation; member 8795 VkBool32 dedicatedAllocation; member
|
D | vulkan_structs.hpp | 15975 VULKAN_HPP_NOEXCEPT : dedicatedAllocation( dedicatedAllocation_ ) 16007 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation() 16027 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( dedicatedAllocation == rhs.dedicatedAllocatio… in operator ==() 16039 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation = {}; member 16067 : dedicatedAllocation( dedicatedAllocation_ ) 16098 dedicatedAllocation = dedicatedAllocation_; in setDedicatedAllocation() 16118 … sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( dedicatedAllocation == rhs.dedicatedAllocatio… in operator ==() 16130 VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation = {}; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_core.h | 8957 VkBool32 dedicatedAllocation; member 8963 VkBool32 dedicatedAllocation; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 8949 VkBool32 dedicatedAllocation; member 8955 VkBool32 dedicatedAllocation; member
|