Lines Matching refs:UNIFORM
64 assert(dst.file != IMM && dst.file != UNIFORM); in init()
83 case UNIFORM: in init()
862 case UNIFORM: in size_read()
1012 this->stride = (file == UNIFORM ? 0 : 1); in fs_reg()
1021 this->stride = (file == UNIFORM ? 0 : 1); in fs_reg()
1446 if (inst->src[i].file == UNIFORM) { in assign_curb_setup()
2051 if (inst->src[i].file != UNIFORM) in assign_constant_locations()
2239 assert(src.file == UNIFORM); in get_pull_locs()
2280 if (inst->src[i].file != UNIFORM) in lower_constant_loads()
2310 inst->src[0].file == UNIFORM) { in lower_constant_loads()
3064 fs_reg(UNIFORM, 0, BRW_REGISTER_TYPE_F)); in emit_repclear_shader()
5537 case UNIFORM: in dump_instruction()
5569 const unsigned reg_size = (inst->dst.file == UNIFORM ? 4 : REG_SIZE); in dump_instruction()
5596 case UNIFORM: in dump_instruction()
5654 const unsigned reg_size = (inst->src[i].file == UNIFORM ? 4 : REG_SIZE); in dump_instruction()