Searched refs:u_vbuf_get_minmax_index (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_vbuf.h | 81 void u_vbuf_get_minmax_index(struct pipe_context *pipe,
|
D | u_vbuf.c | 1217 void u_vbuf_get_minmax_index(struct pipe_context *pipe, in u_vbuf_get_minmax_index() function 1477 u_vbuf_get_minmax_index(mgr->pipe, &new_info, in u_vbuf_draw_vbo()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 1082 u_vbuf_get_minmax_index(pctx, info, &ctx->min_index, &ctx->max_index); in lima_draw_vbo_indexed()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 106 u_vbuf_get_minmax_index(&ctx->base, info, min_index, max_index); in panfrost_get_index_buffer_bounded()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3957 - gallium/u_vbuf: export u_vbuf_get_minmax_index
|