Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c440 unsigned pixstride = util_format_get_blocksize(dst->format); in util_clear_render_target() local
441 dx = (dst->u.buf.first_element + dstx) * pixstride; in util_clear_render_target()
442 w = width * pixstride; in util_clear_render_target()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c187 unsigned pixstride = util_format_get_blocksize(psurf->format); in init_scene_texture() local
193 ssurf->map += psurf->u.buf.first_element * pixstride; in init_scene_texture()