Searched refs:rbRead (Results 1 – 1 of 1) sorted by relevance
1324 struct st_renderbuffer *rbRead, *rbDraw; in blit_copy_pixels() local1354 rbRead = st_get_color_read_renderbuffer(ctx); in blit_copy_pixels()1359 readY = rbRead->Base.Height - readY; in blit_copy_pixels()1372 if (rbRead != rbDraw || in blit_copy_pixels()1378 blit.src.resource = rbRead->texture; in blit_copy_pixels()1379 blit.src.level = rbRead->surface->u.tex.level; in blit_copy_pixels()1380 blit.src.format = rbRead->texture->format; in blit_copy_pixels()1383 blit.src.box.z = rbRead->surface->u.tex.first_layer; in blit_copy_pixels()1428 struct st_renderbuffer *rbRead; in st_CopyPixels() local1475 rbRead = st_get_color_read_renderbuffer(ctx); in st_CopyPixels()[all …]