Home
last modified time | relevance | path

Searched refs:dedicatedAllocationInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_external_memory_win32.txt101 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/
DvktMemoryBindingTests.cpp295 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/
DvkMemUtil.cpp293 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()