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.c326 cso = cso_create_context(ctx, 0); in tgsi_vs_window_space_position()
386 cso = cso_create_context(ctx, 0); in null_sampler_view()
429 cso = cso_create_context(ctx, 0); in util_test_constant_buffer()
485 cso = cso_create_context(ctx, 0); in null_fragment_shader()
529 struct cso_context *cso = cso_create_context(ctx, 0); in test_sync_file_fences()
640 cso = cso_create_context(ctx, 0); in test_texture_barrier()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h48 struct cso_context *cso_create_context(struct pipe_context *pipe,
Dcso_context.c309 cso_create_context(struct pipe_context *pipe, unsigned flags) in cso_create_context() function
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c99 p->cso = cso_create_context(p->pipe, 0); in init_prog()
Dquad-tex.c105 p->cso = cso_create_context(p->pipe, 0); in init_prog()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_context.c60 ctx->cso = cso_create_context(ctx->pipe, 0); in xa_context_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c611 st->cso_context = cso_create_context(pipe, cso_flags); in st_create_context_priv()
/external/mesa3d/src/gallium/frontends/nine/
Ddevice9.c230 This->context.cso = cso_create_context(This->context.pipe, 0); in NineDevice9_ctor()
232 This->cso_sw = cso_create_context(This->pipe_sw, 0); in NineDevice9_ctor()