Searched refs:index_to_reg (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_ra.c | 83 index_to_reg(compiler_context *ctx, struct lcra_state *l, unsigned reg, unsigned shift) function in typeref:struct:phys_reg 707 struct phys_reg src1 = index_to_reg(ctx, l, ins->src[0], src_shift[0]); 708 struct phys_reg src2 = index_to_reg(ctx, l, ins->src[1], src_shift[1]); 709 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift); 737 struct phys_reg src = index_to_reg(ctx, l, ins->src[0], src_shift[0]); 743 struct phys_reg dst = index_to_reg(ctx, l, ins->dest, dest_shift); 755 struct phys_reg src = index_to_reg(ctx, l, src_index, src_shift[i]); 771 struct phys_reg dest = index_to_reg(ctx, l, ins->dest, dest_shift); 772 struct phys_reg coord = index_to_reg(ctx, l, ins->src[1], src_shift[1]); 773 struct phys_reg lod = index_to_reg(ct [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_query.c | 240 static const uint32_t index_to_reg[] = { local in function:write_value 253 uint32_t reg = index_to_reg[q->index];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_query.c | 222 static const uint32_t index_to_reg[] = { local in function:write_value 235 const uint32_t reg = index_to_reg[q->index];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_query.c | 246 static const uint32_t index_to_reg[] = { local in function:write_value 259 const uint32_t reg = index_to_reg[q->index];
|
Completed in 23 milliseconds