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

/external/deqp/framework/common/
H A DtcuTextureUtil.cpp202 float cMax = 0.0f; local
208 case TextureFormat::SNORM_INT16: cMin = -1.0f; cMax = 1.0f; break;
216 case TextureFormat::UNORM_INT_1010102_REV: cMin = 0.0f; cMax = 1.0f; break;
219 case TextureFormat::SIGNED_INT8: cMin = -128.0f; cMax = 127.0f; break;
220 case TextureFormat::SIGNED_INT16: cMin = -32768.0f; cMax = 32767.0f; break;
221 case TextureFormat::SIGNED_INT32: cMin = -2147483648.0f; cMax = 2147483647.0f; break;
222 case TextureFormat::UNSIGNED_INT8: cMin = 0.0f; cMax = 255.0f; break;
223 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break;
224 case TextureFormat::UNSIGNED_INT32: cMin = 0.0f; cMax = 4294967295.f; break;
225 case TextureFormat::HALF_FLOAT: cMin = -1e3f; cMax
[all...]

Completed in 88 milliseconds