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