Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c337 cso_destroy_context(cso); in tgsi_vs_window_space_position()
391 cso_destroy_context(cso); in null_sampler_view()
447 cso_destroy_context(cso); in null_constant_buffer()
483 cso_destroy_context(cso); in null_fragment_shader()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h45 void cso_destroy_context( struct cso_context *cso );
Dcso_context.c339 cso_destroy_context( ctx ); in cso_create_context()
346 void cso_destroy_context( struct cso_context *ctx ) in cso_destroy_context() function
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c224 cso_destroy_context(p->cso); in close_prog()
Dquad-tex.c281 cso_destroy_context(p->cso); in close_prog()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_context.c89 cso_destroy_context(r->cso); in xa_context_destroy()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c316 cso_destroy_context(st->cso_context); in st_destroy_context_priv()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.c598 if (This->context.cso) { cso_destroy_context(This->context.cso); } in NineDevice9_dtor()
599 if (This->cso_sw) { cso_destroy_context(This->cso_sw); } in NineDevice9_dtor()