Searched refs:cso_set_render_condition (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_condrender.c | 97 cso_set_render_condition(st->cso_context, stq->pq, inverted, m); in st_BeginConditionalRender() 112 cso_set_render_condition(st->cso_context, NULL, FALSE, 0); in st_EndConditionalRender()
|
D | st_cb_readpixels.c | 156 cso_set_render_condition(cso, NULL, FALSE, 0); in try_pbo_readpixels()
|
D | st_cb_texture.c | 1598 cso_set_render_condition(cso, NULL, FALSE, 0); in try_pbo_upload_common() 1865 cso_set_render_condition(cso, NULL, FALSE, 0); in try_pbo_download()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.h | 141 void cso_set_render_condition(struct cso_context *cso,
|
D | cso_context.c | 811 void cso_set_render_condition(struct cso_context *ctx, in cso_set_render_condition() function 839 cso_set_render_condition(ctx, ctx->render_condition_saved, in cso_restore_render_condition()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 145 cso_set_render_condition(cso, NULL, FALSE, 0); in pp_run()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 543 cso_set_render_condition(cso, NULL, FALSE, 0); in hud_draw_results()
|