Searched refs:R300_MAX_DRAW_VBO_SIZE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_defines.h29 #define R300_MAX_DRAW_VBO_SIZE (1024 * 1024) macro
H A Dr300_render.c916 MAX2(R300_MAX_DRAW_VBO_SIZE, size),
1068 r300render->base.max_vertex_buffer_bytes = R300_MAX_DRAW_VBO_SIZE;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_defines.h29 #define R300_MAX_DRAW_VBO_SIZE (1024 * 1024) macro
H A Dr300_render.c943 MAX2(R300_MAX_DRAW_VBO_SIZE, size),
1095 r300render->base.max_vertex_buffer_bytes = R300_MAX_DRAW_VBO_SIZE;

Completed in 6 milliseconds