Home
last modified time | relevance | path

Searched refs:cso_restore_state (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h179 void cso_restore_state(struct cso_context *cso, unsigned unbind);
Dcso_context.c1523 cso_restore_state(struct cso_context *cso, unsigned unbind) in cso_restore_state() function
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c187 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS | in pp_run()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c351 cso_restore_state(cso, 0); in st_DrawTex()
Dst_cb_clear.c355 cso_restore_state(cso, 0); in clear_with_quad()
Dst_cb_readpixels.c260 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS | CSO_UNBIND_FS_IMAGE0); in try_pbo_readpixels()
Dst_cb_bitmap.c281 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS); in restore_render_state()
Dst_cb_texture.c1574 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS); in try_pbo_upload_common()
1865 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS | CSO_UNBIND_FS_IMAGE0); in try_pbo_download()
Dst_cb_drawpixels.c944 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS); in draw_textured_quad()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c612cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEW0 | CSO_UNBIND_VS_CONSTANTS | CSO_UNBIND_VERTEX_BU… in hud_draw_results()