Home
last modified time | relevance | path

Searched refs:util_create_blit (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.h53 util_create_blit(struct pipe_context *pipe, struct cso_context *cso);
Du_blit.c90 util_create_blit(struct pipe_context *pipe, struct cso_context *cso) in util_create_blit() function
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c92 ppq->p->blitctx = util_create_blit(ppq->p->pipe, ppq->p->cso); in pp_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c50 st->blit = util_create_blit(st->pipe, st->cso_context); in st_init_blit()
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.c141 ctx->blit = util_create_blit(ctx->pipe, ctx->cso_context); in vg_create_context()