HomeSort by relevance Sort by last modified time
    Searched refs:iim_val (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_cp.c 259 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...]
ir3_legalize.c 94 ctx->max_bary = MAX2(ctx->max_bary, inloc->iim_val);
221 ir3_reg_create(baryf, 0, IR3_REG_IMMED)->iim_val = 0;
ir3_print.c 111 printf("imm[%f,%d,0x%x]", reg->fim_val, reg->iim_val, reg->iim_val);
disasm-a3xx.c 90 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);
ir3.c 95 val.iim_val = reg->iim_val;
169 cat1->iim_val = src->iim_val;
instr-a3xx.h 268 int32_t iim_val : 11;
337 int32_t iim_val; member in union:PACKED::PACKED
ir3.h 97 int32_t iim_val; member in union:ir3_register::__anon27661
223 int iim_val; member in struct:ir3_instruction::__anon27665::__anon27671
ir3_compiler_nir.c 549 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);
    [all...]

Completed in 86 milliseconds