OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_VERTEX_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_util.c
63
#define
MAX_VERTEX_SIZE
((2 + PIPE_MAX_SHADER_OUTPUTS) * 4 * sizeof(float))
79
ubyte *store = (ubyte *) MALLOC(
MAX_VERTEX_SIZE
* nr );
91
stage->tmp[i] = (struct vertex_header *)(store + i *
MAX_VERTEX_SIZE
);
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_util.c
63
#define
MAX_VERTEX_SIZE
((2 + PIPE_MAX_SHADER_OUTPUTS) * 4 * sizeof(float))
79
ubyte *store = (ubyte *) MALLOC(
MAX_VERTEX_SIZE
* nr );
91
stage->tmp[i] = (struct vertex_header *)(store + i *
MAX_VERTEX_SIZE
);
Completed in 107 milliseconds