Lines Matching refs:from_byte
929 SI F from_byte(U8 b) { in from_byte() function
1447 auto c = from_byte(scales); in STAGE()
1482 auto c = from_byte(scales); in STAGE()
1507 F mul = from_byte(load<U8>(mptr, tail)), in STAGE()
1508 add = from_byte(load<U8>(aptr, tail)); in STAGE()
1519 r = from_byte(gather(tables->r, to_unorm(r, 255))); in STAGE()
1520 g = from_byte(gather(tables->g, to_unorm(g, 255))); in STAGE()
1521 b = from_byte(gather(tables->b, to_unorm(b, 255))); in STAGE()
1522 a = from_byte(gather(tables->a, to_unorm(a, 255))); in STAGE()
1606 a = from_byte(load<U8>(ptr, tail)); in STAGE()
1612 da = from_byte(load<U8>(ptr, tail)); in STAGE()
1618 a = from_byte(gather(ptr, ix)); in STAGE()