Lines Matching refs:UNIFORM
65 assert(dst.file != IMM && dst.file != UNIFORM);
84 case UNIFORM:
998 case UNIFORM:
1152 this->stride = (file == UNIFORM ? 0 : 1);
1161 this->stride = (file == UNIFORM ? 0 : 1);
1580 /* Map the offsets in the UNIFORM file to fixed HW regs. */
1583 if (inst->src[i].file == UNIFORM) {
2184 * Assign UNIFORM file registers to either push constants or pull constants.
2206 if (inst->src[i].file != UNIFORM)
2371 * of UNIFORM registers. Move pull constants into pull_param[] and
2394 assert(src.file == UNIFORM);
2422 * Replace UNIFORM register file access with either UNIFORM_PULL_CONSTANT_LOAD
2435 if (inst->src[i].file != UNIFORM)
2463 inst->src[0].file == UNIFORM) {
3044 inst->src[0].file != UNIFORM) ||
3046 inst->src[1].file != UNIFORM && !inst->src[1].is_zero()))
3058 scan_inst->src[0].file != UNIFORM) ||
3368 fs_reg(UNIFORM, 0, BRW_REGISTER_TYPE_F));
6689 case UNIFORM:
6721 const unsigned reg_size = (inst->dst.file == UNIFORM ? 4 : REG_SIZE);
6748 case UNIFORM:
6817 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 4 : REG_SIZE);