Home
last modified time | relevance | path

Searched refs:CSO_UNBIND_FS_SAMPLERVIEWS (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h104 CSO_UNBIND_FS_SAMPLERVIEWS = (1 << 0), enumerator
Dcso_context.c1543 if (unbind & CSO_UNBIND_FS_SAMPLERVIEWS) in cso_restore_state()
/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_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()