Searched refs:cso_set_render_condition (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | condrender.c | 88 cso_set_render_condition(st->cso_context, q->pq, inverted, m); in BeginConditionalRender() 99 cso_set_render_condition(st->cso_context, NULL, FALSE, 0); in EndConditionalRender()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_context.h | 143 void cso_set_render_condition(struct cso_context *cso,
|
H A D | cso_context.c | 821 void cso_set_render_condition(struct cso_context *ctx, in cso_set_render_condition() function 849 cso_set_render_condition(ctx, ctx->render_condition_saved, in cso_restore_render_condition()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_run.c | 145 cso_set_render_condition(cso, NULL, FALSE, 0); in pp_run()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_readpixels.c | 155 cso_set_render_condition(cso, NULL, FALSE, 0); in try_pbo_readpixels()
|
H A D | st_cb_texture.c | 1511 cso_set_render_condition(cso, NULL, FALSE, 0); in try_pbo_upload_common() 1778 cso_set_render_condition(cso, NULL, FALSE, 0); in try_pbo_download()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_context.c | 543 cso_set_render_condition(cso, NULL, FALSE, 0); in hud_draw_results()
|
Completed in 13 milliseconds