Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp185 static const SizeUnit s_units[] = in getBestSizeUnit() local
195 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_units); ++ndx) in getBestSizeUnit()
197 DE_ASSERT(ndx == (DE_LENGTH_OF_ARRAY(s_units) - 1) || in getBestSizeUnit()
198 s_units[ndx].value > s_units[ndx + 1].value); in getBestSizeUnit()
199 if (value >= s_units[ndx].value) in getBestSizeUnit()
200 return &s_units[ndx]; in getBestSizeUnit()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktInfoTests.cpp179 static const SizeUnit s_units[] = in getBestSizeUnit() local
189 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_units); ++ndx) in getBestSizeUnit()
191 if (value >= s_units[ndx].value) in getBestSizeUnit()
192 return &s_units[ndx]; in getBestSizeUnit()

Completed in 2 milliseconds