Fix memory allocation percent size rounding error.
authorMika Isojärvi <misojarvi@google.com>
Mon, 11 Jan 2016 19:27:22 +0000 (11:27 -0800)
committerMika Isojärvi <misojarvi@google.com>
Tue, 12 Jan 2016 18:12:19 +0000 (10:12 -0800)
commitdad50c621903be2f7d63fc8d0d0b4ca26f178cf4
treec2b38280c3e27ab1d99940c49c9e2a90ea064130
parent8796198aa39b0482c74431e22e4e3b2f286f1e39
Fix memory allocation percent size rounding error.

Use int instead of float for percents to avoid rounding error in the
test case name.

Change-Id: I63e59ba9af71a1c9848ba05cd1d7882e82467739
external/vulkancts/modules/vulkan/memory/vktMemoryAllocationTests.cpp