HomeSort by relevance Sort by last modified time
    Searched full:dedicatedallocationinfo (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkMemUtil.cpp 241 const VkMemoryDedicatedAllocateInfoKHR dedicatedAllocationInfo =
249 return allocateDedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo);
260 const VkMemoryDedicatedAllocateInfoKHR dedicatedAllocationInfo =
268 return allocateDedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryBindingTests.cpp 277 ConstDedicatedInfo dedicatedAllocationInfo =
284 return dedicatedAllocationInfo;
289 ConstDedicatedInfo dedicatedAllocationInfo =
296 return dedicatedAllocationInfo;
545 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]);;
546 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationInfo);
571 ConstDedicatedInfo dedicatedAllocationInfo = makeDedicatedAllocationInfo(**targets[i]);
572 const VkMemoryAllocateInfo memAlloc = makeMemoryAllocateInfo(memReqs, &dedicatedAllocationInfo);
    [all...]

Completed in 100 milliseconds