Searched refs:dst_to_reg (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 141 dst_to_reg(struct ir2_context *ctx, struct ir2_instr *instr) function in typeref:typename:unsigned 190 vtx->dst_reg = dst_to_reg(ctx, instr); 209 tex->dst_reg = dst_to_reg(ctx, instr); 259 bc->alu.vector_dest = dst_to_reg(ctx, instr_v); 303 bc->alu.scalar_dest = dst_to_reg(ctx, instr_s);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 142 dst_to_reg(struct ir2_context *ctx, struct ir2_instr *instr) function in typeref:typename:unsigned 193 vtx->dst_reg = dst_to_reg(ctx, instr); 212 tex->dst_reg = dst_to_reg(ctx, instr); 262 bc->alu.vector_dest = dst_to_reg(ctx, instr_v); 304 bc->alu.scalar_dest = dst_to_reg(ctx, instr_s);
|
Completed in 4 milliseconds