Home
last modified time | relevance | path

Searched refs:can_cut_index_handle_restart_index (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_primitive_restart.c312 can_cut_index_handle_restart_index(struct gl_context *ctx, in can_cut_index_handle_restart_index() function
359 if (!can_cut_index_handle_restart_index(ctx, ib, restart_index)) { in can_cut_index_handle_prims()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_draw.c59 can_cut_index_handle_restart_index(struct crocus_context *ice, in can_cut_index_handle_restart_index() function
87 if (!can_cut_index_handle_restart_index(ice, draw)) in can_cut_index_handle_prim()
/third_party/mesa3d/docs/relnotes/
D9.1.4.rst196 - i965: Fix can_cut_index_handle_restart_index() for byte/short types.