Reduce the max number of concurrent pipeline cache objects
authorMaciej Jesionowski <maciej.jesionowski@amd.com>
Wed, 28 Jun 2017 09:51:46 +0000 (11:51 +0200)
committerMaciej Jesionowski <Maciej.Jesionowski@amd.com>
Wed, 28 Jun 2017 12:23:59 +0000 (08:23 -0400)
commit08acfc00503814a6fdcc8200cc68655d7e742afe
treec76e8729aed00520625938fff8f7a9b63a410264
parent6cb7a126280eb0f1ed00fa8af89abfcb78198111
Reduce the max number of concurrent pipeline cache objects

Previous maximum of 16k was excessive as these objects are expected to
have a significant size. Estimating their size based on allocation
callbacks may be not representative of the actual memory usage.

Affected tests:

dEQP-VK.api.object_management.max_concurrent.pipeline_cache

Components: Vulkan
VK-GL-CTS issue: 539

Change-Id: I17a868b993a55296417eee80dfa15c5559e4c20e
external/vulkancts/modules/vulkan/api/vktApiObjectManagementTests.cpp