Home | History | Annotate | Download | only in r300

Lines Matching refs:fp_offset

210 static void r300_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset,
215 R300_RS_INST_COL_ADDR(fp_offset);
243 static void r300_rs_tex_write(struct r300_rs_block* rs, int id, int fp_offset)
246 R300_RS_INST_TEX_ADDR(fp_offset);
261 static void r500_rs_col_write(struct r300_rs_block* rs, int id, int fp_offset,
266 R500_RS_INST_COL_ADDR(fp_offset);
269 R500_RS_INST_COL_ADDR(fp_offset);
295 static void r500_rs_tex_write(struct r300_rs_block* rs, int id, int fp_offset)
298 R500_RS_INST_TEX_ADDR(fp_offset);
318 int i, col_count = 0, tex_count = 0, fp_offset = 0, count, loc = 0, tex_ptr = 0;
371 rX00_rs_col_write(&rs, col_count, fp_offset, WRITE_COLOR);
372 fp_offset++;
384 fp_offset++;
431 rX00_rs_col_write(&rs, col_count, fp_offset, WRITE_FACE);
432 fp_offset++;
463 rX00_rs_tex_write(&rs, tex_count, fp_offset);
464 fp_offset++;
480 fp_offset++;
508 rX00_rs_tex_write(&rs, tex_count, fp_offset);
509 fp_offset++;
521 fp_offset++;
545 rX00_rs_tex_write(&rs, tex_count, fp_offset);
549 fp_offset++;