Home
last modified time | relevance | path

Searched refs:s_units (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp178 static const SizeUnit s_units[] = in getBestSizeUnit() local
188 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_units); ++ndx) in getBestSizeUnit()
190 if (value >= s_units[ndx].value) in getBestSizeUnit()
191 return &s_units[ndx]; in getBestSizeUnit()