Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h167 #define CSO_BIT_PAUSE_QUERIES 0x80000 macro
Dcso_context.c1514 if (state_mask & CSO_BIT_PAUSE_QUERIES) in cso_save_state()
1577 if (state_mask & CSO_BIT_PAUSE_QUERIES) in cso_restore_state()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c135 CSO_BIT_PAUSE_QUERIES | in pp_run()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c260 (st->active_queries ? CSO_BIT_PAUSE_QUERIES : 0) | in clear_with_quad()
Dst_cb_readpixels.c147 (st->active_queries ? CSO_BIT_PAUSE_QUERIES : 0) | in try_pbo_readpixels()
Dst_cb_texture.c1503 (st->active_queries ? CSO_BIT_PAUSE_QUERIES : 0) | in try_pbo_upload_common()
1770 (st->active_queries ? CSO_BIT_PAUSE_QUERIES : 0) | in try_pbo_download()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c493 CSO_BIT_PAUSE_QUERIES | in hud_draw_results()