Searched refs:qir_get_temp (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_emit_uniform_stream_resets.c58 struct qreg t = qir_get_temp(c);
H A Dvc4_qir_lower_uniforms.c171 mov = qir_inst(QOP_MOV, qir_get_temp(c),
H A Dvc4_qir.h542 struct qreg qir_get_temp(struct vc4_compile *c);
666 *payload = qir_get_temp(c); \
721 struct qreg t = qir_get_temp(c);
H A Dvc4_qir.c567 qir_get_temp(struct vc4_compile *c) function in typeref:struct:qreg
613 inst->dst = qir_get_temp(c);
H A Dvc4_program.c738 struct qreg t = qir_get_temp(c);
852 struct qreg result = qir_get_temp(c);
1396 struct qreg packed = qir_get_temp(c);
1667 qregs[i] = qir_get_temp(c);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir_emit_uniform_stream_resets.c58 struct qreg t = qir_get_temp(c);
H A Dvc4_qir_lower_uniforms.c171 mov = qir_inst(QOP_MOV, qir_get_temp(c),
H A Dvc4_qir.h538 struct qreg qir_get_temp(struct vc4_compile *c);
662 *payload = qir_get_temp(c); \
717 struct qreg t = qir_get_temp(c);
H A Dvc4_qir.c567 qir_get_temp(struct vc4_compile *c) function in typeref:struct:qreg
613 inst->dst = qir_get_temp(c);
H A Dvc4_program.c728 struct qreg t = qir_get_temp(c);
842 struct qreg result = qir_get_temp(c);
1385 struct qreg packed = qir_get_temp(c);
1666 qregs[i] = qir_get_temp(c);

Completed in 17 milliseconds