Searched refs:qir_emit_def (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.h539 struct qreg qir_emit_def(struct vc4_compile *c, struct qinst *inst);
605 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, \
619 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, \
634 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, a, b)); \
792 return qir_emit_def(c, qir_inst(QOP_LOAD_IMM, c->undef,
799 return qir_emit_def(c, qir_inst(QOP_LOAD_IMM_U2, c->undef,
807 return qir_emit_def(c, qir_inst(QOP_LOAD_IMM_I2, c->undef,
816 return qir_emit_def(c, qir_inst(QOP_ROT_MUL, c->undef,
H A Dvc4_qir.c609 qir_emit_def(struct vc4_compile *c, struct qinst *inst) function in typeref:struct:qreg
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.h535 struct qreg qir_emit_def(struct vc4_compile *c, struct qinst *inst);
601 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, \
615 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, \
630 return qir_emit_def(c, qir_inst(QOP_##name, c->undef, a, b)); \
788 return qir_emit_def(c, qir_inst(QOP_LOAD_IMM, c->undef,
795 return qir_emit_def(c, qir_inst(QOP_LOAD_IMM_U2, c->undef,
803 return qir_emit_def(c, qir_inst(QOP_LOAD_IMM_I2, c->undef,
812 return qir_emit_def(c, qir_inst(QOP_ROT_MUL, c->undef,
H A Dvc4_qir.c609 qir_emit_def(struct vc4_compile *c, struct qinst *inst) function in typeref:struct:qreg

Completed in 64 milliseconds