HomeSort by relevance Sort by last modified time
    Searched refs:MAX_TGSI_VERTICES (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.h 210 #define MAX_TGSI_VERTICES 4
draw_vs_exec.c 110 for (i = 0; i < count; i += MAX_TGSI_VERTICES) {
111 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i);

Completed in 47 milliseconds