Home
last modified time | relevance | path

Searched refs:dedicatedAllocation (Results 1 – 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_dedicated_allocation.adoc41 // VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation
48 … VK_TRUE, // dedicatedAllocation
DVK_NV_dedicated_allocation.txt41 // VkDedicatedAllocationImageCreateInfoNV::dedicatedAllocation
48 … VK_TRUE, // dedicatedAllocation
DVK_NV_external_memory_win32.adoc145 dedicatedImageCreateInfo.dedicatedAllocation = VK_TRUE;
DVK_NV_external_memory_win32.txt144 dedicatedImageCreateInfo.dedicatedAllocation = VK_TRUE;
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dbind_buffer_common.txt59 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
67 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
Dbind_buffer_common.adoc59 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
67 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
Dbind_image_common.txt72 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
80 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
Dbind_image_common.adoc72 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
80 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiBufferTests.cpp780 …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/
DvktApiBufferTests.cpp780 …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/
Dextensions.adoc1173 * If pname:dedicatedAllocation is ename:VK_TRUE,
1191 pname:dedicatedAllocation member of the chained structure is
Dextensions.txt1154 * 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/
Dvulkan_core.h6063 VkBool32 dedicatedAllocation; member
6069 VkBool32 dedicatedAllocation; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl1525 VkBool32 dedicatedAllocation; member
1532 VkBool32 dedicatedAllocation; member
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7912 bool dedicatedAllocation,
15899 bool dedicatedAllocation, in AllocateMemoryOfType() argument
15932 dedicatedAllocation || in AllocateMemoryOfType()
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h6536 VkBool32 dedicatedAllocation; member
6542 VkBool32 dedicatedAllocation; member
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dresources.txt159 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,
Dresources.adoc159 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,
Dmemory.txt1685 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
1690 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
Dmemory.adoc1709 slink:VkDedicatedAllocationImageCreateInfoNV::pname:dedicatedAllocation
1714 slink:VkDedicatedAllocationBufferCreateInfoNV::pname:dedicatedAllocation
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h8474 VkBool32 dedicatedAllocation; member
8480 VkBool32 dedicatedAllocation; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h8789 VkBool32 dedicatedAllocation; member
8795 VkBool32 dedicatedAllocation; member
Dvulkan_structs.hpp15975 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/
Dvulkan_core.h8957 VkBool32 dedicatedAllocation; member
8963 VkBool32 dedicatedAllocation; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h8949 VkBool32 dedicatedAllocation; member
8955 VkBool32 dedicatedAllocation; member

12