History log of /external/deqp/external/vulkancts/modules/vulkan/vktInfoTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e1faf7ce1c23b714b474a4662a43b03fd87671f1 23-Mar-2016 Pyry Haulos <phaulos@google.com> Expose platform-specific memory usage limitations

This change adds a new API, getMemoryLimits(), to vk::Platform. The idea
is to report all relevant limits and properties that may affect how much
system and device memory test cases can safely allocate without running
out of memory.

dEQP-VK.api.object_management.max_concurrent tests have been modified to
take advantage of the reported limits to determine a safe per-object
limits by measuring memory usage with allocation callbacks, as well as
accounting for both explicit and implicit (internal) device memory
usage.

Bug: 28275297
Change-Id: If4a231d96749be89bc1320e374944c7c4add657c
/external/deqp/external/vulkancts/modules/vulkan/vktInfoTests.cpp
978d3d585aa549eb1e729b51e9d85fc6477240f9 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/vktInfoTests.cpp
9a869c2848d0419008cb99f72c9fa372e3af805d 09-Feb-2016 Pyry Haulos <phaulos@google.com> Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/vktInfoTests.cpp
e1cb964f8db43cbcfa76f8391ff792ce1c563691 22-Jan-2016 Pyry Haulos <phaulos@google.com> Add dEQP-VK.info tests

Purpose of dEQP-VK.info tests is to automatically collect details
required for conformance submissions.

Change-Id: I86302dc24c95e30510faf3ff7480dcbf2899f037
/external/deqp/external/vulkancts/modules/vulkan/vktInfoTests.cpp