Home
last modified time | relevance | path

Searched refs:primitive_restart_index (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dvarray.c2768 primitive_restart_index(struct gl_context *ctx, GLuint index) in primitive_restart_index() function
2782 primitive_restart_index(ctx, index); in _mesa_PrimitiveRestartIndex_no_error()
2796 primitive_restart_index(ctx, index); in _mesa_PrimitiveRestartIndex()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c2704 cfg.primitive_restart_index = info->restart_index; in panfrost_draw_emit_tiler()