Searched refs:cso_set_stream_outputs (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_xformfb.c | 150 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()
|
D | st_cb_drawtex.c | 319 cso_set_stream_outputs(cso, 0, NULL, NULL); in st_DrawTex()
|
D | st_cb_clear.c | 328 cso_set_stream_outputs(cso, 0, NULL, NULL); in clear_with_quad()
|
D | st_pbo.c | 280 cso_set_stream_outputs(cso, 0, NULL, 0); in st_pbo_draw()
|
D | st_cb_bitmap.c | 262 cso_set_stream_outputs(st->cso_context, 0, NULL, NULL); in setup_render_state()
|
D | st_cb_drawpixels.c | 902 cso_set_stream_outputs(cso, 0, NULL, NULL); in draw_textured_quad()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.h | 93 void cso_set_stream_outputs(struct cso_context *ctx,
|
D | cso_context.c | 1485 cso_set_stream_outputs(struct cso_context *ctx, in cso_set_stream_outputs() function
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 144 cso_set_stream_outputs(cso, 0, NULL, NULL); in pp_run()
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 534 cso_set_stream_outputs(cso, 0, NULL, NULL); in hud_draw_results()
|