Home
last modified time | relevance | path

Searched refs:dedicatedAllocationInfo (Results 1 – 7 of 7) 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;
DVK_NV_external_memory_win32.adoc101 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_no_buildgn/vulkan/memory/
DvktMemoryBindingTests.cpp304 ConstDedicatedInfo dedicatedAllocationInfo = in makeDedicatedAllocationInfo() local
311 return dedicatedAllocationInfo; in makeDedicatedAllocationInfo()
316 ConstDedicatedInfo dedicatedAllocationInfo = in makeDedicatedAllocationInfo() local
323 return dedicatedAllocationInfo; in makeDedicatedAllocationInfo()
674 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]); in createMemory() local
676 …cateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllocationInfo); in createMemory()
678 …AllocateInfoEXT priority = makeMemoryPriorityAllocateInfo(&dedicatedAllocationInfo, ((float)… in createMemory()
679 …params.priorityMode == PRIORITY_MODE_STATIC) ? &priority : (const void *)&dedicatedAllocationInfo); in createMemory()
709 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]); in createMemory() local
712 …ocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllocationInfo); in createMemory()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp304 ConstDedicatedInfo dedicatedAllocationInfo = in makeDedicatedAllocationInfo() local
311 return dedicatedAllocationInfo; in makeDedicatedAllocationInfo()
316 ConstDedicatedInfo dedicatedAllocationInfo = in makeDedicatedAllocationInfo() local
323 return dedicatedAllocationInfo; in makeDedicatedAllocationInfo()
674 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]); in createMemory() local
676 …cateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllocationInfo); in createMemory()
678 …AllocateInfoEXT priority = makeMemoryPriorityAllocateInfo(&dedicatedAllocationInfo, ((float)… in createMemory()
679 …params.priorityMode == PRIORITY_MODE_STATIC) ? &priority : (const void *)&dedicatedAllocationInfo); in createMemory()
709 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]); in createMemory() local
712 …ocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, (const void *)&dedicatedAllocationInfo); in createMemory()
[all …]
/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp400 const VkMemoryDedicatedAllocateInfo dedicatedAllocationInfo = in allocateImage() local
408 …eExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); in allocateImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp400 const VkMemoryDedicatedAllocateInfo dedicatedAllocationInfo = in allocateImage() local
408 …eExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); in allocateImage()