Searched defs:pipe_prim (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_prim.h40 static INLINE boolean u_validate_pipe_prim( unsigned pipe_prim, unsigned nr ) argument
44 switch (pipe_prim) {
78 static INLINE boolean u_trim_pipe_prim( unsigned pipe_prim, unsigned *nr ) argument
98 if (unlikely(pipe_prim >= PIPE_PRIM_MAX)) {
103 ok = (*nr >= values[pipe_prim][0]);
104 if (values[pipe_prim][1])
105 *nr -= (*nr % values[pipe_prim][1]);
114 static INLINE unsigned u_reduced_prim( unsigned pipe_prim )
116 switch (pipe_prim) {
209 const char *u_prim_name( unsigned pipe_prim );
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_prim.h40 static INLINE boolean u_validate_pipe_prim( unsigned pipe_prim, unsigned nr ) argument
44 switch (pipe_prim) {
78 static INLINE boolean u_trim_pipe_prim( unsigned pipe_prim, unsigned *nr ) argument
98 if (unlikely(pipe_prim >= PIPE_PRIM_MAX)) {
103 ok = (*nr >= values[pipe_prim][0]);
104 if (values[pipe_prim][1])
105 *nr -= (*nr % values[pipe_prim][1]);
114 static INLINE unsigned u_reduced_prim( unsigned pipe_prim )
116 switch (pipe_prim) {
209 const char *u_prim_name( unsigned pipe_prim );
[all...]

Completed in 127 milliseconds