Searched refs:min_ofs (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_debug.c | 139 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 in function:pb_debug_buffer_check 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...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_debug.c | 139 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 in function:pb_debug_buffer_check 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 3 milliseconds