Home
last modified time | relevance | path

Searched refs:cso_destroy_context (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_tests.c360 cso_destroy_context(cso); in tgsi_vs_window_space_position()
414 cso_destroy_context(cso); in null_sampler_view()
471 cso_destroy_context(cso); in util_test_constant_buffer()
510 cso_destroy_context(cso); in disabled_fragment_shader()
616 cso_destroy_context(cso); in test_sync_file_fences()
790 cso_destroy_context(cso); in test_texture_barrier()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h52 void cso_destroy_context( struct cso_context *cso );
Dcso_context.c407 void cso_destroy_context( struct cso_context *ctx ) in cso_destroy_context() function
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c232 cso_destroy_context(p->cso); in close_prog()
Dquad-tex.c292 cso_destroy_context(p->cso); in close_prog()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_context.c89 cso_destroy_context(r->cso); in xa_context_destroy()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c472 cso_destroy_context(st->cso_context); in st_destroy_context_priv()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c653 if (This->context.cso) { cso_destroy_context(This->context.cso); } in NineDevice9_dtor()
654 if (This->cso_sw) { cso_destroy_context(This->cso_sw); } in NineDevice9_dtor()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1393 cso_destroy_context(queue->cso); in lvp_queue_finish()
/third_party/mesa3d/docs/relnotes/
D21.0.0.rst70 - Regression: Segfault in cso_destroy_context() regression in 20.2
D21.2.0.rst3985 - aux/cso: split cso_destroy_context into unbind and a destroy functions
D21.1.0.rst207 - Regression: Segfault in cso_destroy_context() regression in 20.2