Searched refs:uim_val (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lower_spill.c44 unsigned orig_components = spill->srcs[2]->uim_val;
69 clone->srcs[2]->uim_val = components;
80 unsigned orig_components = reload->srcs[2]->uim_val;
104 clone->srcs[2]->uim_val = components;
105 clone->srcs[1]->uim_val +=
H A Dir3_cse.c49 hash = HASH(hash, src->uim_val);
82 if (i1_reg->uim_val != i2_reg->uim_val)
H A Dir3_cp.c180 reg->uim_val = fui(_mesa_half_to_float(reg->uim_val));
224 if (const_state->immediates[i] == reg->uim_val)
236 const_state->immediates[i] = reg->uim_val;
578 uint32_t uimm = instr->srcs[0]->uim_val;
581 instr->srcs[0]->uim_val = uimm;
H A Dir3_lower_parallelcopy.c56 .imm = reg->uim_val,
245 ir3_src_create(shr, 0, IR3_REG_IMMED)->uim_val = 16;
264 mov->srcs[0]->uim_val = entry->src.imm;
H A Dir3_lower_subgroups.c68 src->uim_val = immed;
H A Dir3_parser.y1028 new_src(0, IR3_REG_IMMED)->uim_val = 0;
1029 new_src(0, IR3_REG_IMMED)->uim_val = $4;
1033 new_src(0, IR3_REG_IMMED)->uim_val = $5 - 2;
1034 new_src(0, IR3_REG_IMMED)->uim_val = $6;
1240 | 'h' '(' float ')' { new_src(0, IR3_REG_IMMED | IR3_REG_HALF)->uim_val = _mesa_float_to_half($3); }
1246 | flut_immed { new_src(0, IR3_REG_IMMED)->uim_val = $1; }
1248 | 'h' flut_immed { new_src(0, IR3_REG_IMMED | IR3_REG_HALF)->uim_val = $2; }
H A Dir3.c265 unsigned components = instr->srcs[2]->uim_val;
757 uint32_t imm = src_reg->uim_val;
764 uint32_t imm = src_reg->uim_val;
H A Dir3_spill.c626 src->uim_val = val->uimm;
681 ir3_src_create(spill, INVALID_REG, IR3_REG_IMMED)->uim_val = elems;
838 offset_reg->uim_val = spill_slot;
839 ir3_src_create(reload, INVALID_REG, IR3_REG_IMMED)->uim_val = elems;
1183 dst_interval->dst.uimm = src->uim_val;
H A Dir3.h179 uint32_t uim_val; member in union:ir3_register::__anon3fdcb7e6020a
1733 ir3_src_create(mov, 0, IR3_REG_IMMED | flags)->uim_val = val;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3_cp.c312 if (ctx->so->immediates[idx].val[swiz] == reg->uim_val) {
321 ctx->so->immediates[idx].val[swiz] = reg->uim_val;
H A Dir3.c712 ldgb->src_ssbo = src1->uim_val;
747 ldgb->src_ssbo = src1->uim_val;
768 ldgb->src_ssbo = src1->uim_val;
785 stgb->dst_ssbo = dst->uim_val;
H A Dir3.h111 uint32_t uim_val; member in union:ir3_register::__anond9a07c73020a
1047 ir3_reg_create(mov, 0, IR3_REG_IMMED)->uim_val = val;
H A Dinstr-a3xx.h343 uint32_t uim_val; member in union:PACKED::PACKED
H A Ddisasm-a3xx.c222 fprintf(ctx->out, "0x%08x", cat1->uim_val);

Completed in 20 milliseconds