Searched refs:float_to_half (Results 1 – 1 of 1) sorted by relevance
907 auto float_to_half = [&](F f) { in STAGE() local912 rgba[0] = float_to_half(r); in STAGE()913 rgba[1] = float_to_half(g); in STAGE()914 rgba[2] = float_to_half(b); in STAGE()915 rgba[3] = float_to_half(a); in STAGE()962 auto float_to_half = [&](F f) { in STAGE() local966 U32 R = float_to_half(r), in STAGE()967 G = float_to_half(g), in STAGE()968 B = float_to_half(b), in STAGE()969 A = float_to_half(a); in STAGE()[all …]