Searched refs:max_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)
144 *max_ofs = 0;
148 *max_ofs = MAX2(*max_ofs, i);
188 pb_size min_ofs, max_ofs; local
191 &min_ofs, &max_ofs);
196 buf->underflow_size - max_ofs);
201 &min_ofs, &max_ofs);
206 max_ofs,
207 max_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)
144 *max_ofs = 0;
148 *max_ofs = MAX2(*max_ofs, i);
188 pb_size min_ofs, max_ofs; local
191 &min_ofs, &max_ofs);
196 buf->underflow_size - max_ofs);
201 &min_ofs, &max_ofs);
206 max_ofs,
207 max_ofs
138 check_random_pattern(const uint8_t *dst, pb_size size, pb_size *min_ofs, pb_size *max_ofs) argument
[all...]

Completed in 514 milliseconds