Searched refs:cso_create_context (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 326 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/ |
D | cso_context.h | 48 struct cso_context *cso_create_context(struct pipe_context *pipe,
|
D | cso_context.c | 309 cso_create_context(struct pipe_context *pipe, unsigned flags) in cso_create_context() function
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | tri.c | 99 p->cso = cso_create_context(p->pipe, 0); in init_prog()
|
D | quad-tex.c | 105 p->cso = cso_create_context(p->pipe, 0); in init_prog()
|
/external/mesa3d/src/gallium/frontends/xa/ |
D | xa_context.c | 60 ctx->cso = cso_create_context(ctx->pipe, 0); in xa_context_create()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 611 st->cso_context = cso_create_context(pipe, cso_flags); in st_create_context_priv()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | device9.c | 230 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()
|