Searched refs:MAX_TGSI_VERTICES (Results 1 – 2 of 2) sorted by relevance
110 for (i = 0; i < count; i += MAX_TGSI_VERTICES) { in vs_exec_run_linear()111 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); in vs_exec_run_linear()
210 #define MAX_TGSI_VERTICES 4 macro