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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state.c566 static unsigned float_to_fixed10(float f) function in typeref:typename:unsigned
636 OUT_CB(float_to_fixed10(c.color[0]) |
637 (float_to_fixed10(c.color[3]) << 16));
638 OUT_CB(float_to_fixed10(c.color[2]) |
639 (float_to_fixed10(c.color[1]) << 16));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state.c560 static unsigned float_to_fixed10(float f) function in typeref:typename:unsigned
630 OUT_CB(float_to_fixed10(c.color[0]) |
631 (float_to_fixed10(c.color[3]) << 16));
632 OUT_CB(float_to_fixed10(c.color[2]) |
633 (float_to_fixed10(c.color[1]) << 16));

Completed in 6 milliseconds