/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_debug.c | 42 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.subnr) [all...] |
brw_wm_pass0.c | 72 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;
|
brw_wm_pass2.c | 59 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;
|
brw_wm.h | 117 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
|
brw_wm_emit.c | [all...] |
brw_vec4_visitor.cpp | 169 if (dst.file == HW_REG) 2251 struct brw_reg hw_reg = brw_message_reg(mrf); local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_debug.c | 42 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.subnr) [all...] |
brw_wm_pass0.c | 72 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;
|
brw_wm_pass2.c | 59 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;
|
brw_wm.h | 117 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
|
brw_wm_emit.c | [all...] |
brw_vec4_visitor.cpp | 169 if (dst.file == HW_REG) 2251 struct brw_reg hw_reg = brw_message_reg(mrf); local [all...] |