Home
last modified time | relevance | path

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

/third_party/openGLES/extensions/EXT/
DEXT_texture_shared_exponent.txt465 /* Ok, FloorLog2 is not correct for the denorm and zero values, but we
468 int FloorLog2(float x)
499 exp_shared = Max(-RGB9E5_EXP_BIAS-1, FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS;
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_shared_exponent.txt465 /* Ok, FloorLog2 is not correct for the denorm and zero values, but we
468 int FloorLog2(float x)
499 exp_shared = Max(-RGB9E5_EXP_BIAS-1, FloorLog2(maxrgb)) + 1 + RGB9E5_EXP_BIAS;
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c112 static unsigned FloorLog2(unsigned x) in FloorLog2() function
127 unsigned w = FloorLog2(n) + 1; in av1_ns()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp7375 struct FloorLog2 struct
7377 static const size_t value = 1 + FloorLog2<I / 2>::value; argument
7379 template<> struct FloorLog2<0> { }; struct
7380 template<> struct FloorLog2<1> { static const size_t value = 0; }; argument
7386 static const size_t value = FloorLog2<2 * I - 1>::value;
36250 class FloorLog2;
36253 class FloorLog2<T, 4> class
36263 class FloorLog2<T, 8> class
36276 FloorLog2(const T aValue) in FloorLog2() function
36278 return detail::FloorLog2<T>::compute(aValue); in FloorLog2()
[all …]