Searched refs:min_ofs (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_bufmgr_debug.c | 139 pb_size *min_ofs, pb_size *max_ofs) in check_random_pattern() 143 *min_ofs = size; in check_random_pattern() 147 *min_ofs = MIN2(*min_ofs, i); in check_random_pattern() 188 pb_size min_ofs, max_ofs; in pb_debug_buffer_check() local 191 &min_ofs, &max_ofs); in pb_debug_buffer_check() 194 buf->underflow_size - min_ofs, in pb_debug_buffer_check() 195 min_ofs == 0 ? "+" : "", in pb_debug_buffer_check() 201 &min_ofs, &max_ofs); in pb_debug_buffer_check() 205 min_ofs, in pb_debug_buffer_check() 138 check_random_pattern(const uint8_t *dst, pb_size size, pb_size *min_ofs, pb_size *max_ofs) check_random_pattern() argument [all...] |
Completed in 2 milliseconds