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

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_util.c63 #define MAX_VERTEX_SIZE ((2 + PIPE_MAX_SHADER_OUTPUTS) * 4 * sizeof(float)) macro
79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr );
91 stage->tmp[i] = (struct vertex_header *)(store + i * MAX_VERTEX_SIZE);

Completed in 293 milliseconds