Home | History | Annotate | Download | only in nvc0

Lines Matching refs:blitctx

954    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;