Reduce advertised sys mem on 32 bit Android
authorIlkka Saarelainen <ilkka.saarelainen@siru.fi>
Tue, 29 Mar 2022 10:30:06 +0000 (13:30 +0300)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Thu, 5 May 2022 18:41:08 +0000 (18:41 +0000)
commit2570b82dbb2d5620256ef87d78046d710f30fe49
treecc08141de32207f2b9acd19a0b8c75388ada5e7e
parent904aa5825ef487d42ec2d4b29f4afefc4d1759e7
Reduce advertised sys mem on 32 bit Android

This CL reduces the advertised system memory amount in 32 bit Android
builds to address some memory fragmentation issues in certain tests
that rely on the advertised memory amount.

Affects:

dEQP-VK.api.buffer.suballocation.*
dEQP-VK.api.buffer.dedicated_alloc.*
dEQP-VK.api.object_management.*
dEQP-VK.memory.allocation.*
dEQP-VK.memory.device_group_allocation.*
dEQP-VK.pipeline.render_to_image.*.small.*
dEQP-VK.pipeline.render_to_image.*.huge.*

Components: Framework, Vulkan

VK-GL-CTS issue: 3586

Change-Id: I15ef027e3f69ddbb87e8704d0cff479782b6bda6
framework/platform/android/tcuAndroidPlatform.cpp