Searched defs:getDef (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ | ||
| H A D | nv50_ir.h | 826 inline Value *getDef(int d) const { return defs[d].get(); } function in class:nv50_ir::Instruction |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ | ||
| H A D | nv50_ir.h | 878 inline Value *getDef(int d) const { return defs[d].get(); } function in class:nv50_ir::Instruction |
Completed in 7 milliseconds