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

  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 529 const bool isUMA = m_memoryLimits.totalDeviceLocalMemory == 0;
530 const VkDeviceSize usedSysMem = isUMA ? (m_totalDeviceMem+m_totalSystemMem) : m_totalSystemMem;
532 const bool canAllocateDev = isUMA ? canAllocateSys : (m_totalDeviceMem + 16 < m_memoryLimits.totalDeviceLocalMemory);
553 if (!isHeapFull && ((isUMA && canAllocateSys) ||
554 (!isUMA && isDeviceLocal && canAllocateDev) ||
555 (!isUMA && !isDeviceLocal && canAllocateSys)))
600 const VkDeviceSize maxAllocSize = (isDeviceLocal && !isUMA)
vktMemoryMappingTests.cpp     [all...]

Completed in 153 milliseconds