Home | History | Annotate | Download | only in radeon

Lines Matching refs:verts

282     float verts[12];
290 verts[0] = dst_x_offset;
291 verts[1] = dst_y_offset + reg_height;
292 verts[2] = texcoords[0];
293 verts[3] = texcoords[3];
295 verts[4] = dst_x_offset + reg_width;
296 verts[5] = dst_y_offset + reg_height;
297 verts[6] = texcoords[1];
298 verts[7] = texcoords[3];
300 verts[8] = dst_x_offset + reg_width;
301 verts[9] = dst_y_offset;
302 verts[10] = texcoords[1];
303 verts[11] = texcoords[2];
313 OUT_BATCH_TABLE(verts, 12);