HomeSort by relevance Sort by last modified time
    Searched defs:fui (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 519 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;
u_math.h 515 fui( float f ) function
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 204 union fi fui; local
207 fui.f = quad->output.depth[j];
208 data->qzzzz[j] = fui.ui;

Completed in 489 milliseconds