Home
last modified time | relevance | path

Searched refs:has_streamout (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c444 return rscreen->b.has_streamout ? 4 : 0; in r600_get_param()
447 return rscreen->b.has_streamout ? 1 : 0; in r600_get_param()
731 rscreen->b.has_streamout = true; in r600_screen_create()
Dr600_pipe_common.h336 bool has_streamout; member
Dr600_buffer_common.c310 rctx->screen->has_streamout)); in r600_can_dma_copy_buffer()
Dr600_blit.c647 } else if (rctx->screen->b.has_streamout && offset % 4 == 0 && size % 4 == 0) { in r600_clear_buffer()
Dr600_state.c2424 if (rctx->b.gfx_level == R700 && rctx->screen->b.has_streamout) in r600_init_atom_start_cs()
2428 if (rctx->screen->b.has_streamout) { in r600_init_atom_start_cs()
Devergreen_state.c2865 if (rctx->screen->b.has_streamout) { in cayman_init_atom_start_cs()
3275 if (rctx->screen->b.has_streamout) { in evergreen_init_atom_start_cs()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c76 boolean has_streamout; member
286 ctx->has_streamout = TRUE; in cso_create_context()
388 if (ctx->has_streamout) in cso_unbind_context()
1391 if (!ctx->has_streamout) { in cso_set_stream_outputs()
1420 if (!ctx->has_streamout) { in cso_save_stream_outputs()
1439 if (!ctx->has_streamout) { in cso_restore_stream_outputs()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1168 has_streamout(struct pipe_screen *screen) in has_streamout() function
1344 has_streamout(screen)) { in hud_parse_env_var()
1573 if (has_streamout(screen)) in print_help()