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

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c454 static unsigned float_to_fixed10(float f) function
521 OUT_CB(float_to_fixed10(c.color[0]) |
522 (float_to_fixed10(c.color[3]) << 16));
523 OUT_CB(float_to_fixed10(c.color[2]) |
524 (float_to_fixed10(c.color[1]) << 16));

Completed in 58 milliseconds