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 206 #define MAX_TGSI_VERTICES 4
draw_vs_exec.c 113 for (i = 0; i < count; i += MAX_TGSI_VERTICES) {
114 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i);

Completed in 76 milliseconds