Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_inline_literals.c47 static int ieee_754_to_r300_float(float f, unsigned char *r300_float_out) in ieee_754_to_r300_float() argument
76 *r300_float_out = r300_mantissa | (r300_exponent << 3); in ieee_754_to_r300_float()
78 DBG("Success! r300_float = 0x%x\n\n", *r300_float_out); in ieee_754_to_r300_float()