Lines Matching refs:UNIFORM
67 assert(dst.file != IMM && dst.file != UNIFORM);
86 case UNIFORM:
538 case UNIFORM:
947 case UNIFORM:
1130 this->stride = (file == UNIFORM ? 0 : 1);
1139 this->stride = (file == UNIFORM ? 0 : 1);
1660 /* Map the offsets in the UNIFORM file to fixed HW regs. */
1663 if (inst->src[i].file == UNIFORM) {
2407 * Assign UNIFORM file registers to either push constants or pull constants.
2453 assert(src.file == UNIFORM);
2474 * Replace UNIFORM register file access with either UNIFORM_PULL_CONSTANT_LOAD
2487 if (inst->src[i].file != UNIFORM)
2515 inst->src[0].file == UNIFORM) {
3352 fs_reg(UNIFORM, 0, BRW_REGISTER_TYPE_F));
5701 case UNIFORM:
5733 const unsigned reg_size = (inst->dst.file == UNIFORM ? 4 : REG_SIZE);
5760 case UNIFORM:
5832 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 4 : REG_SIZE);