Searched refs:util_upload_index_buffer (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.h | 48 bool util_upload_index_buffer(struct pipe_context *pipe,
|
D | u_helpers.c | 105 util_upload_index_buffer(struct pipe_context *pipe, in util_upload_index_buffer() function
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_draw.c | 212 !util_upload_index_buffer(pipe, info, &indexbuf, &index_offset)) { in svga_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 187 !util_upload_index_buffer(pctx, info, &indexbuf, &index_offset)) { in etna_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 109 if (!util_upload_index_buffer(pctx, info, &indexbuf, &index_offset)) in fd_draw_vbo()
|