Searched refs:blitctx (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.h60 struct blit_state *blitctx; member in struct:program
H A Dpp_init.c92 ppq->p->blitctx = util_create_blit(ppq->p->pipe, ppq->p->cso);
93 if (!ppq->p->blitctx)
153 util_destroy_blit(ppq->p->blitctx);
H A Dpp_run.c60 util_blit_pixels(ppq->p->blitctx, in, 0, 0, 0,
H A Dpp_mlaa.c179 util_blit_pixels(p->blitctx, in, 0, 0, 0,
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_screen.h46 struct nv50_blitctx *blitctx; member in struct:nv50_screen
H A Dnv50_surface.c868 struct nv50_blitctx *blit = screen->blitctx;
962 screen->blitctx = CALLOC_STRUCT(nv50_blitctx);
963 if (!screen->blitctx) {
968 screen->blitctx->screen = screen;
970 nv50_blitctx_make_vp(screen->blitctx);
971 nv50_blitctx_make_fp(screen->blitctx);
973 nv50_blitctx_make_sampler(screen->blitctx);
975 screen->blitctx->color_mask = 0x1111;
H A Dnv50_screen.c272 if (screen->blitctx)
273 FREE(screen->blitctx);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_screen.h42 struct nvc0_blitctx *blitctx; member in struct:nvc0_screen
H A Dnvc0_surface.c954 struct nvc0_blitctx *blit = screen->blitctx;
1054 screen->blitctx = CALLOC_STRUCT(nvc0_blitctx);
1055 if (!screen->blitctx) {
1060 screen->blitctx->screen = screen;
1062 nvc0_blitctx_make_vp(screen->blitctx);
1063 nvc0_blitctx_make_fp(screen->blitctx);
1065 nvc0_blitctx_make_sampler(screen->blitctx);
1067 screen->blitctx->color_mask = 0x1111;
H A Dnvc0_screen.c261 if (screen->blitctx)
262 FREE(screen->blitctx);

Completed in 381 milliseconds