Searched refs:util_upload_index_buffer (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_helpers.h | 59 bool util_upload_index_buffer(struct pipe_context *pipe,
|
D | u_helpers.c | 153 util_upload_index_buffer(struct pipe_context *pipe, in util_upload_index_buffer() function
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 309 if (!util_upload_index_buffer(pctx, info, &draws[0], &indexbuf, in fd_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_context.c | 266 !util_upload_index_buffer(pctx, info, &draws[0], &indexbuf, &index_offset, 4)) { in etna_draw_vbo()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 1088 util_upload_index_buffer(&ctx->base, info, draw, &indexbuf, &ctx->index_offset, 0x40); in lima_draw_vbo_indexed()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_draw.cpp | 459 if (!util_upload_index_buffer(pctx, dinfo, &draws[0], &index_buffer, &index_offset, 4)) { in zink_draw()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_draw.cpp | 998 if (!util_upload_index_buffer(pctx, dinfo, &draws[0], &index_buffer, in d3d12_draw_vbo()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1184 - gallium/util: add alignment parameter to util_upload_index_buffer
|