Searched refs:hw_reg (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_debug.c42 brw_print_reg(value->hw_reg);
64 struct brw_reg hw_reg = ref->hw_reg; local
70 brw_print_reg(ref->hw_reg);
72 printf("%s", hw_reg.negate ? "-" : "");
73 printf("%s", hw_reg.abs ? "abs/" : "");
75 if ((hw_reg.nr&1) || hw_reg.subnr) {
76 printf("->%d.%d", (hw_reg.nr&1), hw_reg
[all...]
H A Dbrw_wm_pass0.c72 ref->hw_reg = brw_vec8_grf(0, 0);
86 ref->hw_reg = brw_vec8_grf(0, 0);
118 /* Push the offsets into hw_reg. These will be added to the
121 ref->hw_reg = brw_vec1_grf((i&8)?1:0, i%8);
292 newref->hw_reg = ref->hw_reg;
301 newref->hw_reg.negate ^= 1;
304 newref->hw_reg.negate = 0;
305 newref->hw_reg.abs = 1;
H A Dbrw_wm_pass2.c59 value->hw_reg = brw_vec8_grf(reg*2, 0);
254 dst[i]->hw_reg = brw_vec8_grf((reg+i)*2, 0);
290 /* Adjust the hw_reg to point at the value's current location:
293 ref->hw_reg.nr += (ref->value->resident - c->pass2_grf) * 2;
H A Dbrw_wm.h117 struct brw_reg hw_reg; /* emitted to this reg, may not always be there */ member in struct:brw_wm_value
125 struct brw_reg hw_reg; /* nr filled in in pass2, everything else, pass0 */ member in struct:brw_wm_ref
H A Dbrw_wm_emit.c1623 regs[i] = arg[i]->hw_reg;
1643 emit_spill(c, values[i].hw_reg, values[i].spill_slot);
1681 dst[i] = inst->dst[i]->hw_reg;
1886 emit_tex(c, dst, dst_flags, args[0], c->payload.depth[0].hw_reg,
1892 emit_txb(c, dst, dst_flags, args[0], c->payload.depth[0].hw_reg,
1910 inst->dst[i]->hw_reg,
H A Dbrw_vec4_visitor.cpp2251 struct brw_reg hw_reg = brw_message_reg(mrf); local
2259 emit_psiz_and_flags(hw_reg);
2276 emit_clip_distances(hw_reg, (vert_result - VERT_RESULT_CLIP_DIST0) * 4);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_debug.c42 brw_print_reg(value->hw_reg);
64 struct brw_reg hw_reg = ref->hw_reg; local
70 brw_print_reg(ref->hw_reg);
72 printf("%s", hw_reg.negate ? "-" : "");
73 printf("%s", hw_reg.abs ? "abs/" : "");
75 if ((hw_reg.nr&1) || hw_reg.subnr) {
76 printf("->%d.%d", (hw_reg.nr&1), hw_reg
[all...]
H A Dbrw_wm_pass0.c72 ref->hw_reg = brw_vec8_grf(0, 0);
86 ref->hw_reg = brw_vec8_grf(0, 0);
118 /* Push the offsets into hw_reg. These will be added to the
121 ref->hw_reg = brw_vec1_grf((i&8)?1:0, i%8);
292 newref->hw_reg = ref->hw_reg;
301 newref->hw_reg.negate ^= 1;
304 newref->hw_reg.negate = 0;
305 newref->hw_reg.abs = 1;
H A Dbrw_wm_pass2.c59 value->hw_reg = brw_vec8_grf(reg*2, 0);
254 dst[i]->hw_reg = brw_vec8_grf((reg+i)*2, 0);
290 /* Adjust the hw_reg to point at the value's current location:
293 ref->hw_reg.nr += (ref->value->resident - c->pass2_grf) * 2;
H A Dbrw_wm.h117 struct brw_reg hw_reg; /* emitted to this reg, may not always be there */ member in struct:brw_wm_value
125 struct brw_reg hw_reg; /* nr filled in in pass2, everything else, pass0 */ member in struct:brw_wm_ref
H A Dbrw_wm_emit.c1623 regs[i] = arg[i]->hw_reg;
1643 emit_spill(c, values[i].hw_reg, values[i].spill_slot);
1681 dst[i] = inst->dst[i]->hw_reg;
1886 emit_tex(c, dst, dst_flags, args[0], c->payload.depth[0].hw_reg,
1892 emit_txb(c, dst, dst_flags, args[0], c->payload.depth[0].hw_reg,
1910 inst->dst[i]->hw_reg,
H A Dbrw_vec4_visitor.cpp2251 struct brw_reg hw_reg = brw_message_reg(mrf); local
2259 emit_psiz_and_flags(hw_reg);
2276 emit_clip_distances(hw_reg, (vert_result - VERT_RESULT_CLIP_DIST0) * 4);

Completed in 472 milliseconds