Home
last modified time | relevance | path

Searched refs:r600_need_cs_space (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_hw_context.c112 r600_need_cs_space(rctx, in evergreen_cp_dma_clear_buffer()
Dr600_hw_context.c33 void r600_need_cs_space(struct r600_context *ctx, unsigned num_dw, in r600_need_cs_space() function
518 r600_need_cs_space(rctx, in r600_cp_dma_copy_buffer()
Dr600_pipe.h760 void r600_need_cs_space(struct r600_context *ctx, unsigned num_dw, boolean count_draw_in);
Devergreen_compute.c707 r600_need_cs_space(rctx, 0, true); in compute_emit_cs()
Dr600_state_common.c2066 r600_need_cs_space(rctx, has_user_indices ? 5 : 0, TRUE); in r600_draw_vbo()
3178 r600_need_cs_space((struct r600_context*)ctx, num_dw, include_draw_vbo); in r600_need_gfx_cs_space()