Searched refs:util_upload_index_buffer (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.h | 55 bool util_upload_index_buffer(struct pipe_context *pipe,
|
D | u_helpers.c | 144 util_upload_index_buffer(struct pipe_context *pipe, in util_upload_index_buffer() function
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 251 if (!util_upload_index_buffer(pctx, info, &indexbuf, &index_offset, 4)) in fd_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 268 !util_upload_index_buffer(pctx, info, &indexbuf, &index_offset, 4)) { in etna_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_draw.c | 280 if (!util_upload_index_buffer(pctx, dinfo, &index_buffer, &index_offset, 4)) { in zink_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 1071 util_upload_index_buffer(&ctx->base, info, &indexbuf, &ctx->index_offset, 0x40); in lima_draw_vbo_indexed()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1184 - gallium/util: add alignment parameter to util_upload_index_buffer
|