Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c566 static unsigned float_to_fixed10(float f) in float_to_fixed10() function
636 OUT_CB(float_to_fixed10(c.color[0]) | in r300_set_blend_color()
637 (float_to_fixed10(c.color[3]) << 16)); in r300_set_blend_color()
638 OUT_CB(float_to_fixed10(c.color[2]) | in r300_set_blend_color()
639 (float_to_fixed10(c.color[1]) << 16)); in r300_set_blend_color()