Searched refs:cso_set_stream_outputs (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | transformfeedback.c | 462 cso_set_stream_outputs(ctx->cso_context, obj->num_targets, in begin_transform_feedback() 491 cso_set_stream_outputs(ctx->cso_context, 0, NULL, NULL); in end_transform_feedback() 1253 cso_set_stream_outputs(ctx->cso_context, 0, NULL, NULL); in pause_transform_feedback() 1304 cso_set_stream_outputs(ctx->cso_context, obj->num_targets, in resume_transform_feedback()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.h | 97 void cso_set_stream_outputs(struct cso_context *ctx,
|
D | cso_context.c | 1383 cso_set_stream_outputs(struct cso_context *ctx, in cso_set_stream_outputs() function
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_run.c | 141 cso_set_stream_outputs(cso, 0, NULL, NULL); in pp_run()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 319 cso_set_stream_outputs(cso, 0, NULL, NULL); in st_DrawTex()
|
D | st_cb_clear.c | 318 cso_set_stream_outputs(cso, 0, NULL, NULL); in clear_with_quad()
|
D | st_cb_bitmap.c | 265 cso_set_stream_outputs(st->cso_context, 0, NULL, NULL); in setup_render_state()
|
D | st_pbo.c | 274 cso_set_stream_outputs(cso, 0, NULL, 0); in st_pbo_draw()
|
D | st_cb_drawpixels.c | 902 cso_set_stream_outputs(cso, 0, NULL, NULL); in draw_textured_quad()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 537 cso_set_stream_outputs(cso, 0, NULL, NULL); in hud_draw_results()
|