Home | History | Annotate | Download | only in radeon

Lines Matching refs:verts

274     float verts[12];
282 verts[0] = dst_x_offset;
283 verts[1] = dst_y_offset + reg_height;
284 verts[2] = texcoords[0];
285 verts[3] = texcoords[3];
287 verts[4] = dst_x_offset + reg_width;
288 verts[5] = dst_y_offset + reg_height;
289 verts[6] = texcoords[1];
290 verts[7] = texcoords[3];
292 verts[8] = dst_x_offset + reg_width;
293 verts[9] = dst_y_offset;
294 verts[10] = texcoords[1];
295 verts[11] = texcoords[2];
305 OUT_BATCH_TABLE(verts, 12);