HomeSort by relevance Sort by last modified time
    Searched defs:max_indices (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vbuf.h 57 unsigned max_indices; member in struct:vbuf_render
draw_pipe_vbuf.c 74 unsigned max_indices; member in struct:vbuf_stage
112 vbuf->nr_indices + nr > vbuf->max_indices)
442 vbuf->max_indices = MIN2(render->max_indices, UNDEFINED_VERTEX_ID-1);
444 vbuf->indices = (ushort *) align_malloc( vbuf->max_indices *
  /external/mesa3d/src/mesa/vbo/
vbo.h 96 GLuint max_indices; member in struct:split_limits

Completed in 82 milliseconds