Searched refs:cso_restore_state (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.h | 179 void cso_restore_state(struct cso_context *cso, unsigned unbind);
|
D | cso_context.c | 1523 cso_restore_state(struct cso_context *cso, unsigned unbind) in cso_restore_state() function
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 187 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS | in pp_run()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 351 cso_restore_state(cso, 0); in st_DrawTex()
|
D | st_cb_clear.c | 355 cso_restore_state(cso, 0); in clear_with_quad()
|
D | st_cb_readpixels.c | 260 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS | CSO_UNBIND_FS_IMAGE0); in try_pbo_readpixels()
|
D | st_cb_bitmap.c | 281 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS); in restore_render_state()
|
D | st_cb_texture.c | 1574 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()
|
D | st_cb_drawpixels.c | 944 cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEWS); in draw_textured_quad()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 612 …cso_restore_state(cso, CSO_UNBIND_FS_SAMPLERVIEW0 | CSO_UNBIND_VS_CONSTANTS | CSO_UNBIND_VERTEX_BU… in hud_draw_results()
|