Home | History | Annotate | Download | only in i965

Lines Matching refs:fixed_hw_reg

247 fs_reg::fs_reg(struct brw_reg fixed_hw_reg)
250 this->file = FIXED_HW_REG;
251 this->fixed_hw_reg = fixed_hw_reg;
252 this->type = fixed_hw_reg.type;
264 memcmp(&fixed_hw_reg, &r.fixed_hw_reg,
265 sizeof(fixed_hw_reg)) == 0 &&
932 inst->src[i].file = FIXED_HW_REG;
933 inst->src[i].fixed_hw_reg = retype(brw_reg, inst->src[i].type);
1002 assert(inst->src[2].file == FIXED_HW_REG);
1003 inst->src[2].fixed_hw_reg.nr += urb_start;
1007 assert(inst->src[0].file == FIXED_HW_REG);
1008 inst->src[0].fixed_hw_reg.nr += urb_start;