Searched refs:vir_emit_def (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | v3d_compiler.h | 1049 struct qreg vir_emit_def(struct v3d_compile *c, struct qinst *inst); 1158 return vir_emit_def(c, vir_inst(op, c->undef, \ 1172 return vir_emit_def(c, vir_inst(op, c->undef, \ 1187 return vir_emit_def(c, vir_inst(op, c->undef, a, b)); \ 1225 return vir_emit_def(c, vir_add_inst(V3D_QPU_A_##name, \ 1380 return vir_emit_def(c, ldtmu); 1404 return vir_emit_def(c, ldtlb); 1415 return vir_emit_def(c, ldtlb);
|
| H A D | vir.c | 428 vir_emit_def(struct v3d_compile *c, struct qinst *inst) function in typeref:struct:qreg
|
| H A D | nir_to_vir.c | 999 vary = vir_emit_def(c, ldvary); 2705 *result = vir_emit_def(c, ldunifa);
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | v3d_compiler.h | 755 struct qreg vir_emit_def(struct v3d_compile *c, struct qinst *inst); 850 return vir_emit_def(c, vir_inst(op, c->undef, \ 864 return vir_emit_def(c, vir_inst(op, c->undef, \ 879 return vir_emit_def(c, vir_inst(op, c->undef, a, b)); \ 917 return vir_emit_def(c, vir_add_inst(V3D_QPU_A_##name, \ 1063 return vir_emit_def(c, ldtmu); 1081 return vir_emit_def(c, vir_inst(QOP_LOAD_IMM, c->undef, 1088 return vir_emit_def(c, vir_inst(QOP_LOAD_IMM_U2, c->undef, 1095 return vir_emit_def(c, vir_inst(QOP_LOAD_IMM_I2, c->undef,
|
| H A D | vir.c | 386 vir_emit_def(struct v3d_compile *c, struct qinst *inst) function in typeref:struct:qreg
|
| H A D | nir_to_vir.c | 583 vary = vir_emit_def(c, ldvary);
|
Completed in 35 milliseconds