Searched refs:dedicatedAllocationInfo (Results 1 – 3 of 3) sorted by relevance
/external/deqp/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 …]
|
/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()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 401 const VkMemoryDedicatedAllocateInfo dedicatedAllocationInfo = in allocateImage() local 409 …eExtended(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); in allocateImage()
|