Home | History | Annotate | Download | only in r200

Lines Matching refs:verts

407     float verts[12];
415 verts[0] = dst_x_offset;
416 verts[1] = dst_y_offset + reg_height;
417 verts[2] = texcoords[0];
418 verts[3] = texcoords[3];
420 verts[4] = dst_x_offset + reg_width;
421 verts[5] = dst_y_offset + reg_height;
422 verts[6] = texcoords[1];
423 verts[7] = texcoords[3];
425 verts[8] = dst_x_offset + reg_width;
426 verts[9] = dst_y_offset;
427 verts[10] = texcoords[1];
428 verts[11] = texcoords[2];
435 OUT_BATCH_TABLE(verts, 12);