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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.h 200 #define TGSI_MAX_PRIM_VERTICES 6
206 #define TGSI_MAX_TOTAL_VERTICES (TGSI_MAX_PRIM_VERTICES * TGSI_MAX_PRIMITIVES * PIPE_MAX_ATTRIBS)
tgsi_exec.c 686 TGSI_MAX_PRIM_VERTICES * PIPE_MAX_ATTRIBS,
1096 assert(pos < TGSI_MAX_PRIM_VERTICES * PIPE_MAX_ATTRIBS);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 200 #define TGSI_MAX_PRIM_VERTICES 6
206 #define TGSI_MAX_TOTAL_VERTICES (TGSI_MAX_PRIM_VERTICES * TGSI_MAX_PRIMITIVES * PIPE_MAX_ATTRIBS)
tgsi_exec.c 686 TGSI_MAX_PRIM_VERTICES * PIPE_MAX_ATTRIBS,
1096 assert(pos < TGSI_MAX_PRIM_VERTICES * PIPE_MAX_ATTRIBS);
    [all...]

Completed in 140 milliseconds