OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:util_create_blit
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_blit.h
53
util_create_blit
(struct pipe_context *pipe, struct cso_context *cso);
u_blit.c
90
util_create_blit
(struct pipe_context *pipe, struct cso_context *cso)
function
/external/mesa3d/src/gallium/auxiliary/postprocess/
pp_init.c
92
ppq->p->blitctx =
util_create_blit
(ppq->p->pipe, ppq->p->cso);
/external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c
50
st->blit =
util_create_blit
(st->pipe, st->cso_context);
/external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c
141
ctx->blit =
util_create_blit
(ctx->pipe, ctx->cso_context);
Completed in 86 milliseconds