Lines Matching refs:ptex
202 struct pipe_resource *ptex, struct pipe_box *sub_box)
210 screen->base.screen->flush_frontbuffer(screen->base.screen, pipe, ptex, 0, 0, drawable, sub_box);
226 struct pipe_resource *ptex)
228 drisw_present_texture(pipe, dPriv, ptex, NULL);
242 struct pipe_resource *ptex;
247 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
249 if (ptex) {
251 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
254 hud_run(ctx->hud, ctx->st->cso_context, ptex);
265 drisw_copy_to_front(ctx->st->pipe, dPriv, ptex);
275 struct pipe_resource *ptex;
280 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
282 if (ptex) {
284 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
289 drisw_present_texture(ctx->st->pipe, dPriv, ptex, &box);
298 struct pipe_resource *ptex;
309 ptex = drawable->textures[statt];
311 if (ptex) {
312 drisw_copy_to_front(ctx->st->pipe, ctx->dPriv, ptex);