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

  /external/chromium_org/third_party/mesa/src/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);
  /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 177 milliseconds