Searched refs:rbDraw (Results 1 – 1 of 1) sorted by relevance
1195 struct st_renderbuffer *rbDraw; in copy_stencil_pixels() local1210 rbDraw = st_renderbuffer(ctx->DrawBuffer-> in copy_stencil_pixels()1230 if (_mesa_is_format_packed_depth_stencil(rbDraw->Base.Format)) in copy_stencil_pixels()1236 dsty = rbDraw->Base.Height - dsty - height; in copy_stencil_pixels()1239 assert(util_format_get_blockwidth(rbDraw->texture->format) == 1); in copy_stencil_pixels()1240 assert(util_format_get_blockheight(rbDraw->texture->format) == 1); in copy_stencil_pixels()1244 rbDraw->texture, in copy_stencil_pixels()1245 rbDraw->surface->u.tex.level, in copy_stencil_pixels()1246 rbDraw->surface->u.tex.first_layer, in copy_stencil_pixels()1266 _mesa_pack_ubyte_stencil_row(rbDraw->Base.Format, width, src, dst); in copy_stencil_pixels()[all …]