Searched refs:b3 (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 104 vfloat b3( 3.12f); in TEST() local 105 vfloat r3 = change_sign(a3, b3); in TEST() 148 vfloat b3( 1.1f); in TEST() local 149 vfloat r3 = atan2(a3, b3); in TEST() 555 vfloat4 b3(1.0f, 0.2f, 3.0f, 0.4f); in TEST() local 556 vmask4 r3 = a3 == b3; in TEST() 586 vfloat4 b3(1.0f, 0.2f, 3.0f, 0.4f); in TEST() local 587 vmask4 r3 = a3 != b3; in TEST() 1455 vint4 b3(1, 0, 3, 0); in TEST() local 1456 vmask4 r3 = a3 == b3; in TEST() [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | u_pack_color.h | 639 pack_ub4(uint8_t b0, uint8_t b1, uint8_t b2, uint8_t b3) in pack_ub4() argument 644 (((uint32_t)b3) << 24)); in pack_ub4()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib_none_4.h | 675 int b3 = a.m[3] & 0xFF; in pack_low_bytes() local 677 int b = b0 | (b1 << 8) | (b2 << 16) | (b3 << 24); in pack_low_bytes()
|