Searched refs:min_ofs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_debug.c139 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,
138 check_random_pattern(const uint8_t *dst, pb_size size, pb_size *min_ofs, pb_size *max_ofs) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_debug.c139 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,
138 check_random_pattern(const uint8_t *dst, pb_size size, pb_size *min_ofs, pb_size *max_ofs) argument
[all...]

Completed in 790 milliseconds