Home
last modified time | relevance | path

Searched refs:s_values (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp64 static const float s_values[] = in getMinLodForCell() local
83 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMinLodForCell()
88 static const float s_values[] = in getMaxLodForCell() local
108 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMaxLodForCell()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp77 static const float s_values[] = in getMinLodForCell() local
96 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMinLodForCell()
101 static const float s_values[] = in getMaxLodForCell() local
121 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMaxLodForCell()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureMipmapTests.cpp77 static const float s_values[] = in getMinLodForCell() local
96 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMinLodForCell()
101 static const float s_values[] = in getMaxLodForCell() local
121 return s_values[cellNdx % DE_LENGTH_OF_ARRAY(s_values)]; in getMaxLodForCell()

Completed in 17 milliseconds