Searched refs:dedicatedAllocationInfo (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 273 const VkMemoryDedicatedAllocateInfo dedicatedAllocationInfo = in allocateDedicated() local 281 …Dedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); in allocateDedicated() 292 const VkMemoryDedicatedAllocateInfo dedicatedAllocationInfo = in allocateDedicated() local 300 …Dedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); in allocateDedicated()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 290 ConstDedicatedInfo dedicatedAllocationInfo = in makeDedicatedAllocationInfo() local 297 return dedicatedAllocationInfo; in makeDedicatedAllocationInfo() 302 ConstDedicatedInfo dedicatedAllocationInfo = in makeDedicatedAllocationInfo() local 309 return dedicatedAllocationInfo; in makeDedicatedAllocationInfo() 529 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]);; in createMemory() local 530 …t VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationInfo); in createMemory() 555 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]); in createMemory() local 556 …t VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationInfo); in createMemory()
|