Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c330 cso = cso_create_context(ctx, 0); in tgsi_vs_window_space_position()
390 cso = cso_create_context(ctx, 0); in null_sampler_view()
433 cso = cso_create_context(ctx, 0); in util_test_constant_buffer()
489 cso = cso_create_context(ctx, 0); in disabled_fragment_shader()
537 struct cso_context *cso = cso_create_context(ctx, 0); in test_sync_file_fences()
648 cso = cso_create_context(ctx, 0); in test_texture_barrier()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h49 struct cso_context *cso_create_context(struct pipe_context *pipe,
Dcso_context.c248 cso_create_context(struct pipe_context *pipe, unsigned flags) in cso_create_context() function
/third_party/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()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_context.c60 ctx->cso = cso_create_context(ctx->pipe, 0); in xa_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c519 st->cso_context = cso_create_context(pipe, cso_flags); in st_create_context_priv()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1487 queue->cso = cso_create_context(queue->ctx, CSO_NO_VBUF); in lvp_queue_init()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c266 This->context.cso = cso_create_context(This->context.pipe, CSO_NO_USER_VERTEX_BUFFERS); in NineDevice9_ctor()
268 This->cso_sw = cso_create_context(This->pipe_sw, 0); in NineDevice9_ctor()