Lines Matching refs:vtx_count
131 pPriv->vtx_count = 6;
226 pPriv->vtx_count = 4;
329 int draw_size = 3 * pPriv->vtx_count + 5;
340 BEGIN_RING(loop_boxes * 3 * pPriv->vtx_count + 5);
342 loop_boxes * 3 * pPriv->vtx_count + 1));
541 pPriv->vtx_count = 6;
704 pPriv->vtx_count = 4;
876 int draw_size = 3 * pPriv->vtx_count + 4;
887 BEGIN_RING(loop_boxes * 3 * pPriv->vtx_count + 4);
889 loop_boxes * 3 * pPriv->vtx_count));
984 pPriv->vtx_count = 6;
986 pPriv->vtx_count = 4;
2166 OUT_RING_REG(R300_VAP_VTX_SIZE, pPriv->vtx_count);
2233 int draw_size = 4 * pPriv->vtx_count + 4 + 2 + 3;
2275 BEGIN_RING(4 * pPriv->vtx_count + 4);
2277 4 * pPriv->vtx_count));
2282 BEGIN_RING(3 * pPriv->vtx_count + 4);
2284 3 * pPriv->vtx_count));
2404 pPriv->vtx_count = 6;
2406 pPriv->vtx_count = 4;
3721 OUT_RING_REG(R300_VAP_VTX_SIZE, pPriv->vtx_count);
3787 int draw_size = 3 * pPriv->vtx_count + 4 + 2 + 3;
3817 BEGIN_RING(3 * pPriv->vtx_count + 4);
3819 3 * pPriv->vtx_count));