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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_debug.c140 pb_size *min_ofs, pb_size *max_ofs)
144 *min_ofs = size;
148 *min_ofs = MIN2(*min_ofs, i);
189 pb_size min_ofs, max_ofs; local
192 &min_ofs, &max_ofs);
195 buf->underflow_size - min_ofs,
196 min_ofs == 0 ? "+" : "",
202 &min_ofs, &max_ofs);
206 min_ofs,
139 check_random_pattern(const uint8_t *dst, pb_size size, pb_size *min_ofs, pb_size *max_ofs) argument
[all...]

Completed in 39 milliseconds