Searched refs:iim_val (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cp.c259 reg->iim_val = abs(reg->iim_val);
269 reg->iim_val = -reg->iim_val;
434 int32_t iim_val = src_reg->iim_val; local
441 iim_val = abs(iim_val);
444 iim_val = -iim_val;
[all...]
H A Dir3_legalize.c94 ctx->max_bary = MAX2(ctx->max_bary, inloc->iim_val);
221 ir3_reg_create(baryf, 0, IR3_REG_IMMED)->iim_val = 0;
H A Dir3_print.c111 printf("imm[%f,%d,0x%x]", reg->fim_val, reg->iim_val, reg->iim_val);
H A Ddisasm-a3xx.c90 printf("%d", reg.iim_val);
95 if (reg.iim_val < 0)
96 printf("%s%c<a0.x - %d>", full ? "" : "h", type, -reg.iim_val);
97 else if (reg.iim_val > 0)
98 printf("%s%c<a0.x + %d>", full ? "" : "h", type, reg.iim_val);
212 printf("%d", cat1->iim_val);
H A Dir3.c95 val.iim_val = reg->iim_val;
169 cat1->iim_val = src->iim_val;
H A Dinstr-a3xx.h268 int32_t iim_val : 11;
337 int32_t iim_val; member in union:PACKED::PACKED
H A Dir3.h97 int32_t iim_val; member in union:ir3_register::__anon16172
223 int iim_val; member in struct:ir3_instruction::__anon16176::__anon16182
H A Dir3_compiler_nir.c549 instr->cat6.iim_val = 1;
1008 base_lo = create_uniform(ctx, ubo + (src0->regs[1]->iim_val * ptrsz));
1009 base_hi = create_uniform(ctx, ubo + (src0->regs[1]->iim_val * ptrsz) + 1);
2517 in->regs[1]->iim_val = inloc + j;

Completed in 117 milliseconds