Searched defs:dedicatedAllocationInfo (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp241 const VkMemoryDedicatedAllocateInfoKHR dedicatedAllocationInfo = local
249 return allocateDedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo);
260 const VkMemoryDedicatedAllocateInfoKHR dedicatedAllocationInfo = local
268 return allocateDedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo);
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp277 ConstDedicatedInfo dedicatedAllocationInfo = local
284 return dedicatedAllocationInfo;
289 ConstDedicatedInfo dedicatedAllocationInfo = local
296 return dedicatedAllocationInfo;
545 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]);; local
546 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationInfo);
571 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]); local
572 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationInfo);

Completed in 86 milliseconds