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

  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.hpp 114 VkDeviceSize deviceMemoryAllocationGranularity; //!< VkDeviceMemory allocation granularity (typically page size)
125 , deviceMemoryAllocationGranularity (0)
  /external/deqp/framework/platform/null/
tcuNullPlatform.cpp 93 limits.deviceMemoryAllocationGranularity = 4096;
  /external/deqp/framework/platform/osx/
tcuOSXVulkanPlatform.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/lnx/
tcuLnxVulkanPlatform.cpp 277 limits.deviceMemoryAllocationGranularity = 64*1024;
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.cpp 283 limits.deviceMemoryAllocationGranularity = 64*1024;
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 340 limits.deviceMemoryAllocationGranularity = 64*1024;
  /external/deqp/framework/platform/surfaceless/
tcuSurfacelessPlatform.cpp 140 limits.deviceMemoryAllocationGranularity = 64*1024;
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 298 const VkDeviceSize roundedUpAllocationSize = roundUpToNextMultiple(allocationSize, m_memoryLimits.deviceMemoryAllocationGranularity);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 375 const VkDeviceSize roundedUpDeviceMemory = roundUpToNextMultiple(objectDeviceMemoryUsage, memoryLimits.deviceMemoryAllocationGranularity);
    [all...]

Completed in 154 milliseconds