Home
last modified time | relevance | path

Searched refs:util_upload_index_buffer (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_helpers.h55 bool util_upload_index_buffer(struct pipe_context *pipe,
Du_helpers.c144 util_upload_index_buffer(struct pipe_context *pipe, in util_upload_index_buffer() function
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c251 if (!util_upload_index_buffer(pctx, info, &indexbuf, &index_offset, 4)) in fd_draw_vbo()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_context.c268 !util_upload_index_buffer(pctx, info, &indexbuf, &index_offset, 4)) { in etna_draw_vbo()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_draw.c280 if (!util_upload_index_buffer(pctx, dinfo, &index_buffer, &index_offset, 4)) { in zink_draw_vbo()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c1071 util_upload_index_buffer(&ctx->base, info, &indexbuf, &ctx->index_offset, 0x40); in lima_draw_vbo_indexed()
/external/mesa3d/docs/relnotes/
D20.0.0.rst1184 - gallium/util: add alignment parameter to util_upload_index_buffer