OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TGSI_MAX_PRIM_VERTICES
(Results
1 - 2
of
2
) 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)
/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)
Completed in 43 milliseconds