Home
last modified time | relevance | path

Searched refs:r600_need_cs_space (Results 1 – 4 of 4) 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
470 r600_need_cs_space(rctx, in r600_cp_dma_copy_buffer()
Dr600_pipe.h674 void r600_need_cs_space(struct r600_context *ctx, unsigned num_dw, boolean count_draw_in);
Dr600_state_common.c1789 r600_need_cs_space(rctx, ib.user_buffer ? 5 : 0, TRUE); in r600_draw_vbo()
2891 r600_need_cs_space((struct r600_context*)ctx, num_dw, include_draw_vbo); in r600_need_gfx_cs_space()