Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c92 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()
Dpp_program.h60 struct blit_state *blitctx; member
Dpp_run.c60 util_blit_pixels(ppq->p->blitctx, in, 0, 0, 0, in pp_run()
Dpp_mlaa.c179 util_blit_pixels(p->blitctx, in, 0, 0, 0, in pp_jimenezmlaa_run()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_surface.c868 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()
Dnv50_screen.h46 struct nv50_blitctx *blitctx; member
Dnv50_screen.c272 if (screen->blitctx) in nv50_screen_destroy()
273 FREE(screen->blitctx); in nv50_screen_destroy()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_surface.c954 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()
Dnvc0_screen.h42 struct nvc0_blitctx *blitctx; member
Dnvc0_screen.c261 if (screen->blitctx) in nvc0_screen_destroy()
262 FREE(screen->blitctx); in nvc0_screen_destroy()