/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_program.h | 60 struct blit_state *blitctx; member in struct:program
|
pp_init.c | 92 ppq->p->blitctx = util_create_blit(ppq->p->pipe, ppq->p->cso); 93 if (!ppq->p->blitctx) 153 util_destroy_blit(ppq->p->blitctx);
|
pp_run.c | 60 util_blit_pixels(ppq->p->blitctx, in, 0, 0, 0,
|
pp_mlaa.c | 179 util_blit_pixels(p->blitctx, in, 0, 0, 0,
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_screen.h | 46 struct nv50_blitctx *blitctx; member in struct:nv50_screen
|
nv50_surface.c | 868 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;
|
nv50_screen.c | 272 if (screen->blitctx) 273 FREE(screen->blitctx);
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_screen.h | 42 struct nvc0_blitctx *blitctx; member in struct:nvc0_screen
|
nvc0_surface.c | 954 struct nvc0_blitctx *blit = screen->blitctx; [all...] |
nvc0_screen.c | 261 if (screen->blitctx) 262 FREE(screen->blitctx);
|