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

  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 115 VkDeviceSize devicePageSize; //!< Page size on device (must be rounded up to nearest POT)
123 , devicePageSize (0)
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 88 limits.devicePageSize = 4096;
  /external/deqp/framework/platform/wayland/
tcuWaylandVulkanPlatform.cpp 140 limits.devicePageSize = 4096;
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 226 << "devicePageSize = " << limits.devicePageSize << "\n"
233 TCU_CHECK(deIsPowerOfTwo64(limits.devicePageSize));
  /external/deqp/framework/platform/X11/
tcuX11VulkanPlatform.cpp 192 limits.devicePageSize = 4096;
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 203 limits.devicePageSize = 4096;
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 332 limits.devicePageSize = 4096;
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 942 const VkDeviceSize minAllocationSize = de::max(m_minAtomSize, memClass == MEMORY_CLASS_DEVICE ? m_limits.devicePageSize : getHostPageSize());
996 const VkDeviceSize allocationSizeGranularity = de::max(atomSize, memClass == MEMORY_CLASS_DEVICE ? m_limits.devicePageSize : getHostPageSize());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 316 const VkDeviceSize coveredAddressSpaceSize = limits.devicePageSize<<levelNdx;
    [all...]

Completed in 63 milliseconds