Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c60 p->cso = cso_create_context(p->pipe); in pp_init_prog()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h44 struct cso_context *cso_create_context( struct pipe_context *pipe );
Dcso_context.c253 struct cso_context *cso_create_context( struct pipe_context *pipe ) in cso_create_context() function
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c99 p->cso = cso_create_context(p->pipe); in init_prog()
Dquad-tex.c104 p->cso = cso_create_context(p->pipe); in init_prog()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c155 st->cso_context = cso_create_context(pipe); in st_create_context_priv()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c51 ctx->cso = cso_create_context(ctx->pipe); in xa_context_create()
/external/mesa3d/src/gallium/state_trackers/vega/
Dvg_context.c106 ctx->cso_context = cso_create_context(pipe); in vg_create_context()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_renderer.c379 renderer->cso = cso_create_context(pipe); in renderer_create()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h255 cso_ctx = cso_create_context(pipe); in init_context()