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

/xsrc/external/mit/MesaLib.old/dist/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 in function:pb_debug_buffer_check
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...]
/xsrc/external/mit/MesaLib/dist/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 in function:pb_debug_buffer_check
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 3 milliseconds