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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.c604 unsigned x_step, y_step; local in function:util_format_translate
636 x_step = MAX2(dst_format_desc->block.width, src_format_desc->block.width);
653 assert(x_step == 1);
698 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
729 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
760 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
790 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c656 unsigned x_step, y_step; local in function:util_format_translate
688 x_step = MAX2(dst_format_desc->block.width, src_format_desc->block.width);
705 assert(x_step == 1);
748 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
779 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
810 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;
840 tmp_stride = MAX2(width, x_step) * 4 * sizeof *tmp_row;

Completed in 4 milliseconds