Searched refs:dest_shift (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c33 static unsigned encode_swizzle(uint8_t *swizzle, int shift, int dest_shift) argument
37 ret |= ((swizzle[i] + shift) & 0x3) << ((i + dest_shift) * 2);
144 int dest_shift = 0; local in function:ppir_codegen_encode_vec_mul
147 dest_shift = index & 0x3;
149 f->mask = dest->write_mask << dest_shift;
197 f->arg0_swizzle = encode_swizzle(src->swizzle, index & 0x3, dest_shift);
205 f->arg1_swizzle = encode_swizzle(src->swizzle, index & 0x3, dest_shift);
287 int dest_shift = index & 0x3; local in function:ppir_codegen_encode_vec_add
289 f->mask = dest->write_mask << dest_shift;
301 dest_shift
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c33 static unsigned encode_swizzle(uint8_t *swizzle, int shift, int dest_shift) argument
37 ret |= ((swizzle[i] + shift) & 0x3) << ((i + dest_shift) * 2);
190 int dest_shift = 0; local in function:ppir_codegen_encode_vec_mul
193 dest_shift = index & 0x3;
195 f->mask = dest->write_mask << dest_shift;
243 f->arg0_swizzle = encode_swizzle(src->swizzle, index & 0x3, dest_shift);
251 f->arg1_swizzle = encode_swizzle(src->swizzle, index & 0x3, dest_shift);
333 int dest_shift = index & 0x3; local in function:ppir_codegen_encode_vec_add
335 f->mask = dest->write_mask << dest_shift;
347 dest_shift
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_ra.c696 unsigned dest_shift = local in function:install_registers_instr
709 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift);
743 struct phys_reg dst = index_to_reg(ctx, l, ins->dest, dest_shift);
771 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift);
785 dest_shift == 1 ? dest.offset % 8 :

Completed in 5 milliseconds