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

  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 117 size_t devicePageTableHierarchyLevels; //!< Number of levels in device page table hierarchy
125 , devicePageTableHierarchyLevels (0)
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 90 limits.devicePageTableHierarchyLevels = 3;
  /external/deqp/framework/platform/wayland/
tcuWaylandVulkanPlatform.cpp 142 limits.devicePageTableHierarchyLevels = 3;
  /external/deqp/framework/platform/X11/
tcuX11VulkanPlatform.cpp 194 limits.devicePageTableHierarchyLevels = 3;
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 205 limits.devicePageTableHierarchyLevels = 3;
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 228 << "devicePageTableHierarchyLevels = " << limits.devicePageTableHierarchyLevels << "\n"
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 334 limits.devicePageTableHierarchyLevels = 3;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 314 for (size_t levelNdx = 0; levelNdx < limits.devicePageTableHierarchyLevels; ++levelNdx)
    [all...]

Completed in 76 milliseconds