Searched refs:dedicatedAllocationInfo (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_NV_external_memory_win32.txt | 101 VkDedicatedAllocationMemoryAllocateInfoNV dedicatedAllocationInfo; 188 memset(&dedicatedAllocationInfo, 0, sizeof(dedicatedAllocationInfo)); 189 dedicatedAllocationInfo.sType = 191 dedicatedAllocationInfo.image = image; 192 exportMemoryAllocateInfo.pNext = &dedicatedAllocationInfo;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 295 ConstDedicatedInfo dedicatedAllocationInfo = in makeDedicatedAllocationInfo() local 302 return dedicatedAllocationInfo; in makeDedicatedAllocationInfo() 307 ConstDedicatedInfo dedicatedAllocationInfo = in makeDedicatedAllocationInfo() local 314 return dedicatedAllocationInfo; in makeDedicatedAllocationInfo() 548 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]); in createMemory() local 549 …AllocateInfoEXT priority = makeMemoryPriorityAllocateInfo(&dedicatedAllocationInfo, ((float)… in createMemory() 550 …moryAllocateInfo(memReqs, params.usePriority ? &priority : (const void *)&dedicatedAllocationInfo); in createMemory() 575 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]); in createMemory() local 576 …AllocateInfoEXT priority = makeMemoryPriorityAllocateInfo(&dedicatedAllocationInfo, ((float)… in createMemory() 577 …moryAllocateInfo(memReqs, params.usePriority ? &priority : (const void *)&dedicatedAllocationInfo); in createMemory()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 293 const VkMemoryDedicatedAllocateInfo dedicatedAllocationInfo = in allocateDedicated() local 301 …eExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); in allocateDedicated() 312 const VkMemoryDedicatedAllocateInfo dedicatedAllocationInfo = in allocateDedicated() local 320 …eExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); in allocateDedicated()
|