Searched refs:rbRead (Results 1 – 1 of 1) sorted by relevance
1326 struct st_renderbuffer *rbRead, *rbDraw; in blit_copy_pixels() local1356 rbRead = st_get_color_read_renderbuffer(ctx); in blit_copy_pixels()1361 readY = rbRead->Base.Height - readY; in blit_copy_pixels()1374 if (rbRead != rbDraw || in blit_copy_pixels()1380 blit.src.resource = rbRead->texture; in blit_copy_pixels()1381 blit.src.level = rbRead->surface->u.tex.level; in blit_copy_pixels()1382 blit.src.format = rbRead->texture->format; in blit_copy_pixels()1385 blit.src.box.z = rbRead->surface->u.tex.first_layer; in blit_copy_pixels()1430 struct st_renderbuffer *rbRead; in st_CopyPixels() local1479 rbRead = st_get_color_read_renderbuffer(ctx); in st_CopyPixels()[all …]