Home
last modified time | relevance | path

Searched refs:ximage_stride (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
Ddrisw.c439 int ximage_stride, line; in drisw_update_tex_buffer() local
455 ximage_stride = ((w * cpp) + 3) & -4; in drisw_update_tex_buffer()
458 &map[line * ximage_stride], in drisw_update_tex_buffer()
459 ximage_stride); in drisw_update_tex_buffer()
Dkopper.c809 int ximage_stride, line; in kopper_update_tex_buffer() local
827 ximage_stride = ((w * cpp) + 3) & -4; in kopper_update_tex_buffer()
830 &map[line * ximage_stride], in kopper_update_tex_buffer()
831 ximage_stride); in kopper_update_tex_buffer()