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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_pack_color.h519 union fi fui; local
535 fui.f = (float)z;
536 return fui.ui;
561 union fi fui; local
568 fui.f = (float)z;
569 return fui.ui;
H A Du_math.h494 fui( float f ) function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pack_color.h519 union fi fui; local
535 fui.f = (float)z;
536 return fui.ui;
561 union fi fui; local
568 fui.f = (float)z;
569 return fui.ui;
H A Du_math.h515 fui( float f ) function
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c204 union fi fui; local
207 fui.f = quad->output.depth[j];
208 data->qzzzz[j] = fui.ui;
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c204 union fi fui; local
207 fui.f = quad->output.depth[j];
208 data->qzzzz[j] = fui.ui;

Completed in 951 milliseconds