Searched refs:rbDraw (Results 1 – 1 of 1) sorted by relevance
1193 struct st_renderbuffer *rbDraw; in copy_stencil_pixels() local1208 rbDraw = st_renderbuffer(ctx->DrawBuffer-> in copy_stencil_pixels()1228 if (_mesa_is_format_packed_depth_stencil(rbDraw->Base.Format)) in copy_stencil_pixels()1234 dsty = rbDraw->Base.Height - dsty - height; in copy_stencil_pixels()1237 assert(util_format_get_blockwidth(rbDraw->texture->format) == 1); in copy_stencil_pixels()1238 assert(util_format_get_blockheight(rbDraw->texture->format) == 1); in copy_stencil_pixels()1242 rbDraw->texture, in copy_stencil_pixels()1243 rbDraw->surface->u.tex.level, in copy_stencil_pixels()1244 rbDraw->surface->u.tex.first_layer, in copy_stencil_pixels()1264 _mesa_pack_ubyte_stencil_row(rbDraw->Base.Format, width, src, dst); in copy_stencil_pixels()[all …]