Searched refs:u_vbuf_get_minmax_index (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vbuf.h | 93 void u_vbuf_get_minmax_index(struct pipe_context *pipe,
|
H A D | u_vbuf.c | 1367 void u_vbuf_get_minmax_index(struct pipe_context *pipe, in u_vbuf_get_minmax_index() function 1677 u_vbuf_get_minmax_index(mgr->pipe, &new_info, &new_draw, in u_vbuf_draw_vbo()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_helpers.c | 148 u_vbuf_get_minmax_index(&ctx->base, info, draw, min_index, max_index); in panfrost_get_index_buffer_bounded()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_draw.c | 1099 u_vbuf_get_minmax_index(pctx, info, draw, &ctx->min_index, &ctx->max_index); in lima_draw_vbo_indexed()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 19.1.0.rst | 3957 - gallium/u_vbuf: export u_vbuf_get_minmax_index
|