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

  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 111 VkDeviceSize deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typically page size)
122 , deviceMemoryAllocationGranularity (0)
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 87 limits.deviceMemoryAllocationGranularity = 4096;
  /external/deqp/framework/platform/wayland/
tcuWaylandVulkanPlatform.cpp 139 limits.deviceMemoryAllocationGranularity = 64*1024;
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 225 << "deviceMemoryAllocationGranularity = " << limits.deviceMemoryAllocationGranularity << "\n"
232 TCU_CHECK(limits.deviceMemoryAllocationGranularity > 0);
  /external/deqp/framework/platform/X11/
tcuX11VulkanPlatform.cpp 191 limits.deviceMemoryAllocationGranularity = 64*1024;
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 202 limits.deviceMemoryAllocationGranularity = 64*1024;
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 331 limits.deviceMemoryAllocationGranularity = 64*1024;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 362 const VkDeviceSize roundedUpDeviceMemory = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity);
    [all...]

Completed in 87 milliseconds