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

  /external/valgrind/VEX/priv/
main_util.c 342 Int fwidth, nout, len1, len3; local
364 fwidth = 0;
376 fwidth = va_arg(ap, Int);
377 vassert(fwidth >= 0);
381 fwidth = fwidth * 10 + (*format - '0');
403 if (fwidth > len2) { len1 = ljustify ? 0 : fwidth-len2;
404 len3 = ljustify ? fwidth-len2 : 0; }
415 if (fwidth > len2) { len1 = ljustify ? 0 : fwidth-len2
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_raster.c 256 get_gen6_line_width(const struct ilo_dev *dev, float fwidth,
264 line_width = (int) (fwidth * 128.0f + 0.5f);
284 get_gen6_point_width(const struct ilo_dev *dev, float fwidth)
291 point_width = (int) (fwidth * 8.0f + 0.5f);
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 808 B1(fwidth);
    [all...]

Completed in 66 milliseconds