Lines Matching defs:rs
39 { "rs", DBG_RS, "Log rasterizer" },
65 void r500_dump_rs_block(struct r300_rs_block *rs)
71 count = rs->inst_count & 0xf;
74 it_count = rs->count & 0x7f;
75 ic_count = (rs->count >> 7) & 0xf;
82 if (rs->inst[i] & 0x10) {
83 ip = rs->inst[i] & 0xf;
85 ip, (rs->inst[i] >> 5) & 0x7f);
87 tex_ptr = rs->ip[ip] & 0xffffff;
103 if (rs->inst[i] & 0x10000) {
104 ip = (rs->inst[i] >> 12) & 0xf;
106 ip, (rs->inst[i] >> 18) & 0x7f);
108 col_ptr = (rs->ip[ip] >> 24) & 0x7;
109 col_fmt = (rs->ip[ip] >> 27) & 0xf;