Home
last modified time | relevance | path

Searched defs:i3 (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_integer_sequence.cpp522 unsigned int i3 = input_data[i + 3] >> bits; in encode_ise() local
565 unsigned int i3 = i + 3 >= character_count ? 0 : input_data[i + 3] >> bits; in encode_ise() local
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dnoise.inl758 tvec4<T, P> i3 = clamp(i0, T(0), T(1)); local
/hardware/google/gfxstream/third-party/glm/include/glm/simd/
Dmatrix.h58 __m128 i3 = m[3]; in glm_vec4_mul_mat4() local