Searched refs:ntq_get_alu_src (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 442 ntq_get_alu_src(struct v3d_compile *c, nir_alu_instr *instr, function in typeref:struct:qreg 687 struct qreg src0 = ntq_get_alu_src(c, compare_instr, 0); 690 src1 = ntq_get_alu_src(c, compare_instr, 1); 824 src[i] = ntq_get_alu_src(c, instr, i); 861 result = vir_FTOIN(c, ntq_get_alu_src(c, src0_alu, 0));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 286 ntq_get_alu_src(struct vc4_compile *c, nir_alu_instr *instr, function in typeref:struct:qreg 980 struct qreg src0 = ntq_get_alu_src(c, compare_instr, 0); 981 struct qreg src1 = ntq_get_alu_src(c, compare_instr, 1); 1001 ntq_get_alu_src(c, sel_instr, 1), 1002 ntq_get_alu_src(c, sel_instr, 2)); 1125 src[i] = ntq_get_alu_src(c, instr, i);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_program.c | 287 ntq_get_alu_src(struct vc4_compile *c, nir_alu_instr *instr, function in typeref:struct:qreg 970 struct qreg src0 = ntq_get_alu_src(c, compare_instr, 0); 971 struct qreg src1 = ntq_get_alu_src(c, compare_instr, 1); 991 ntq_get_alu_src(c, sel_instr, 1), 992 ntq_get_alu_src(c, sel_instr, 2)); 1115 src[i] = ntq_get_alu_src(c, instr, i);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | nir_to_vir.c | 830 ntq_get_alu_src(struct v3d_compile *c, nir_alu_instr *instr, function in typeref:struct:qreg 1116 struct qreg src0 = ntq_get_alu_src(c, compare_instr, 0); 1119 src1 = ntq_get_alu_src(c, compare_instr, 1); 1271 src[i] = ntq_get_alu_src(c, instr, i); 1307 result = vir_FTOIN(c, ntq_get_alu_src(c, src0_alu, 0));
|
Completed in 18 milliseconds