Home
last modified time | relevance | path

Searched refs:cso_set_stream_outputs (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_xformfb.c150 cso_set_stream_outputs(st->cso_context, sobj->num_targets, in st_begin_transform_feedback()
160 cso_set_stream_outputs(st->cso_context, 0, NULL, NULL); in st_pause_transform_feedback()
177 cso_set_stream_outputs(st->cso_context, sobj->num_targets, in st_resume_transform_feedback()
191 cso_set_stream_outputs(st->cso_context, 0, NULL, NULL); in st_end_transform_feedback()
Dst_cb_drawtex.c319 cso_set_stream_outputs(cso, 0, NULL, NULL); in st_DrawTex()
Dst_cb_clear.c327 cso_set_stream_outputs(cso, 0, NULL, NULL); in clear_with_quad()
Dst_cb_bitmap.c264 cso_set_stream_outputs(st->cso_context, 0, NULL, NULL); in setup_render_state()
Dst_pbo.c285 cso_set_stream_outputs(cso, 0, NULL, 0); in st_pbo_draw()
Dst_cb_drawpixels.c907 cso_set_stream_outputs(cso, 0, NULL, NULL); in draw_textured_quad()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h95 void cso_set_stream_outputs(struct cso_context *ctx,
Dcso_context.c1347 cso_set_stream_outputs(struct cso_context *ctx, in cso_set_stream_outputs() function
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_run.c141 cso_set_stream_outputs(cso, 0, NULL, NULL); in pp_run()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c537 cso_set_stream_outputs(cso, 0, NULL, NULL); in hud_draw_results()