Searched refs:dedicatedAllocationInfo (Results 1 – 7 of 7) 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;
|
D | VK_NV_external_memory_win32.adoc | 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_no_buildgn/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 304 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/ |
D | vktMemoryBindingTests.cpp | 304 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/ |
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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 400 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/ |
D | vktApiCopiesAndBlittingTests.cpp | 400 const VkMemoryDedicatedAllocateInfo dedicatedAllocationInfo = in allocateImage() local 408 …eExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); in allocateImage()
|