Lines Matching defs: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);
243 struct pipe_resource *ptex;
248 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
250 if (ptex) {
253 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
256 hud_run(ctx->hud, ctx->st->cso_context, ptex);
270 drisw_copy_to_front(ctx->st->pipe, dPriv, ptex);
281 struct pipe_resource *ptex;
286 ptex = drawable->textures[ST_ATTACHMENT_BACK_LEFT];
288 if (ptex) {
291 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
307 drisw_present_texture(ctx->st->pipe, dPriv, ptex, &box);
316 struct pipe_resource *ptex;
327 ptex = drawable->textures[statt];
329 if (ptex) {
330 drisw_copy_to_front(ctx->st->pipe, ctx->dPriv, ptex);