Searched refs:blitctx (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 92 ppq->p->blitctx = util_create_blit(ppq->p->pipe, ppq->p->cso); in pp_init() 93 if (!ppq->p->blitctx) in pp_init() 153 util_destroy_blit(ppq->p->blitctx); in pp_free()
|
D | pp_program.h | 60 struct blit_state *blitctx; member
|
D | pp_run.c | 60 util_blit_pixels(ppq->p->blitctx, in, 0, 0, 0, in pp_run()
|
D | pp_mlaa.c | 179 util_blit_pixels(p->blitctx, in, 0, 0, 0, in pp_jimenezmlaa_run()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_surface.c | 868 struct nv50_blitctx *blit = screen->blitctx; in nv50_resource_resolve() 962 screen->blitctx = CALLOC_STRUCT(nv50_blitctx); in nv50_blitctx_create() 963 if (!screen->blitctx) { in nv50_blitctx_create() 968 screen->blitctx->screen = screen; in nv50_blitctx_create() 970 nv50_blitctx_make_vp(screen->blitctx); in nv50_blitctx_create() 971 nv50_blitctx_make_fp(screen->blitctx); in nv50_blitctx_create() 973 nv50_blitctx_make_sampler(screen->blitctx); in nv50_blitctx_create() 975 screen->blitctx->color_mask = 0x1111; in nv50_blitctx_create()
|
D | nv50_screen.h | 46 struct nv50_blitctx *blitctx; member
|
D | nv50_screen.c | 272 if (screen->blitctx) in nv50_screen_destroy() 273 FREE(screen->blitctx); in nv50_screen_destroy()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_surface.c | 954 struct nvc0_blitctx *blit = screen->blitctx; in nvc0_resource_resolve() 1054 screen->blitctx = CALLOC_STRUCT(nvc0_blitctx); in nvc0_blitctx_create() 1055 if (!screen->blitctx) { in nvc0_blitctx_create() 1060 screen->blitctx->screen = screen; in nvc0_blitctx_create() 1062 nvc0_blitctx_make_vp(screen->blitctx); in nvc0_blitctx_create() 1063 nvc0_blitctx_make_fp(screen->blitctx); in nvc0_blitctx_create() 1065 nvc0_blitctx_make_sampler(screen->blitctx); in nvc0_blitctx_create() 1067 screen->blitctx->color_mask = 0x1111; in nvc0_blitctx_create()
|
D | nvc0_screen.h | 42 struct nvc0_blitctx *blitctx; member
|
D | nvc0_screen.c | 261 if (screen->blitctx) in nvc0_screen_destroy() 262 FREE(screen->blitctx); in nvc0_screen_destroy()
|