Lines Matching refs:ex_mlen
887 return ex_mlen * REG_SIZE; in size_read()
2910 send->mlen == 1 || send->ex_mlen > 0) in opt_split_sends()
2955 send->ex_mlen = lp2->size_written / REG_SIZE; in opt_split_sends()
2956 send->mlen -= send->ex_mlen; in opt_split_sends()
3773 inst->ex_mlen = 0; in lower_uniform_pull_constant_loads()
5680 if (inst->ex_mlen) { in dump_instruction()
5681 fprintf(file, "(ex_mlen: %d) ", inst->ex_mlen); in dump_instruction()
6216 if (inst->opcode == SHADER_OPCODE_SEND && inst->ex_mlen > 0 && in fixup_sends_duplicate_payload()
6218 inst->src[3], inst->ex_mlen * REG_SIZE)) { in fixup_sends_duplicate_payload()
6219 fs_reg tmp = fs_reg(VGRF, alloc.allocate(inst->ex_mlen), in fixup_sends_duplicate_payload()
6227 for (unsigned i = 0; i < inst->ex_mlen; i += 2) { in fixup_sends_duplicate_payload()
6228 if (inst->ex_mlen == i + 1) { in fixup_sends_duplicate_payload()