Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1449 struct st_renderbuffer *rbDraw; in copy_stencil_pixels() local
1464 rbDraw = st_renderbuffer(ctx->DrawBuffer-> in copy_stencil_pixels()
1484 if (_mesa_is_format_packed_depth_stencil(rbDraw->Base.Format)) in copy_stencil_pixels()
1490 dsty = rbDraw->Base.Height - dsty - height; in copy_stencil_pixels()
1493 assert(util_format_get_blockwidth(rbDraw->texture->format) == 1); in copy_stencil_pixels()
1494 assert(util_format_get_blockheight(rbDraw->texture->format) == 1); in copy_stencil_pixels()
1498 rbDraw->texture, in copy_stencil_pixels()
1499 rbDraw->surface->u.tex.level, in copy_stencil_pixels()
1500 rbDraw->surface->u.tex.first_layer, in copy_stencil_pixels()
1520 _mesa_pack_ubyte_stencil_row(rbDraw->Base.Format, width, src, dst); in copy_stencil_pixels()
[all …]