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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.c606 unsigned src_step; local in function:util_format_translate
641 src_step = y_step / src_format_desc->block.height * src_stride;
678 src_row += src_step;
708 src_row += src_step;
739 src_row += src_step;
770 src_row += src_step;
800 src_row += src_step;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.c658 unsigned src_step; local in function:util_format_translate
693 src_step = y_step / src_format_desc->block.height * src_stride;
728 src_row += src_step;
758 src_row += src_step;
789 src_row += src_step;
820 src_row += src_step;
850 src_row += src_step;

Completed in 5 milliseconds