HomeSort by relevance Sort by last modified time
    Searched full:min_ofs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 139 pb_size *min_ofs, pb_size *max_ofs)
143 *min_ofs = size;
147 *min_ofs = MIN2(*min_ofs, i);
188 pb_size min_ofs, max_ofs; local
191 &min_ofs, &max_ofs);
194 buf->underflow_size - min_ofs,
195 min_ofs == 0 ? "+" : "",
201 &min_ofs, &max_ofs);
205 min_ofs,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_debug.c 139 pb_size *min_ofs, pb_size *max_ofs)
143 *min_ofs = size;
147 *min_ofs = MIN2(*min_ofs, i);
188 pb_size min_ofs, max_ofs; local
191 &min_ofs, &max_ofs);
194 buf->underflow_size - min_ofs,
195 min_ofs == 0 ? "+" : "",
201 &min_ofs, &max_ofs);
205 min_ofs,
    [all...]

Completed in 227 milliseconds