Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c307 cso = cso_create_context(ctx); in tgsi_vs_window_space_position()
367 cso = cso_create_context(ctx); in null_sampler_view()
409 cso = cso_create_context(ctx); in null_constant_buffer()
465 cso = cso_create_context(ctx); in null_fragment_shader()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h44 struct cso_context *cso_create_context( struct pipe_context *pipe );
Dcso_context.c291 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/gallium/state_trackers/xa/
Dxa_context.c60 ctx->cso = cso_create_context(ctx->pipe); in xa_context_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c365 st->cso_context = cso_create_context(pipe); in st_create_context_priv()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c202 This->context.cso = cso_create_context(This->context.pipe); in NineDevice9_ctor()
204 This->cso_sw = cso_create_context(This->pipe_sw); in NineDevice9_ctor()