Searched refs:qir_follow_movs (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_small_immediates.c | 67 struct qreg src = qir_follow_movs(c, inst->src[i]);
|
| H A D | vc4_opt_algebraic.c | 82 reg = qir_follow_movs(c, reg); 89 reg = qir_follow_movs(c, reg);
|
| H A D | vc4_qir.c | 719 qir_follow_movs(struct vc4_compile *c, struct qreg reg) function in typeref:struct:qreg
|
| H A D | vc4_qir.h | 558 struct qreg qir_follow_movs(struct vc4_compile *c, struct qreg reg);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_opt_small_immediates.c | 67 struct qreg src = qir_follow_movs(c, inst->src[i]);
|
| H A D | vc4_opt_algebraic.c | 82 reg = qir_follow_movs(c, reg); 89 reg = qir_follow_movs(c, reg);
|
| H A D | vc4_qir.c | 719 qir_follow_movs(struct vc4_compile *c, struct qreg reg) function in typeref:struct:qreg
|
| H A D | vc4_qir.h | 554 struct qreg qir_follow_movs(struct vc4_compile *c, struct qreg reg);
|
Completed in 15 milliseconds