Searched refs:dedicatedAllocationInfo (Results 1 – 2 of 2) sorted by relevance
/external/deqp/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()
|
/external/deqp/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()
|