Home
last modified time | relevance | path

Searched refs:MEMORY_CLASS_DEVICE (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryMappingTests.cpp1005 MEMORY_CLASS_DEVICE, enumerator
1102 return MEMORY_CLASS_DEVICE; in getMemoryClass()
1126 …const VkDeviceSize minAllocationSize = de::max(m_minAtomSize, memClass == MEMORY_CLASS_DEVICE ? m_… in full()
1178 …const VkDeviceSize allocationSizeGranularity = de::max(atomSize, memClass == MEMORY_CLASS_DEVICE ?… in allocateRandom()
1254 … allocationSizeGranularity = de::max(atomSize, getMemoryClass() == MEMORY_CLASS_DEVICE ? m_limits.… in allocateRandom()