Searched refs:setIndirect (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 114 insn->setIndirect(0, 0, ptr); in mkLoad() 129 insn->setIndirect(0, 0, ptr); in mkStore() 143 insn->setIndirect(0, 0, attrRel); in mkFetch() 144 insn->setIndirect(0, 1, primRel); in mkFetch() 165 insn->setIndirect(0, 0, rel); in mkInterp()
|
D | nv50_ir_lowering_nvc0.cpp | 1345 bufq->setIndirect(0, 0, NULL); in handleBUFQ() 1346 bufq->setIndirect(0, 1, NULL); in handleBUFQ() 1570 atom->setIndirect(0, 0, base); in handleATOM() 1600 atom->setIndirect(0, 1, NULL); in handleATOM() 1601 atom->setIndirect(0, 0, base); in handleATOM() 1623 cctl->setIndirect(0, 0, cas->getIndirect(0, 0)); in handleCasExch() 2203 red->setIndirect(0, 0, su->getSrc(0)); in handleSurfaceOpNVE4() 2324 red->setIndirect(0, 0, addr); in handleSurfaceOpNVC0() 2446 i->setIndirect(0, 0, ptr); in handleLDST() 2485 i->setIndirect(0, 1, NULL); in handleLDST() [all …]
|
D | nv50_ir.cpp | 712 setIndirect(s, 0, NULL); in takeExtraSources() 716 setIndirect(s, 1, NULL); in takeExtraSources() 727 setIndirect(s, 0, values[0]); in putExtraSources() 729 setIndirect(s, 1, values[1]); in putExtraSources() 818 Instruction::setIndirect(int s, int dim, Value *value) in setIndirect() function in nv50_ir::Instruction
|
D | nv50_ir_from_tgsi.cpp | 1895 insn->setIndirect(0, 0, ptr); in interpolate() 1982 res->getInsn()->setIndirect(0, 1, dimRel); in fetchSrc() 2023 res->getInsn()->setIndirect(0, 1, dimRel); in fetchDst() 2714 ld->setIndirect(0, 1, ind); in handleLOAD() 2855 st->setIndirect(0, 1, ind); in handleSTORE() 2971 insn->setIndirect(0, 0, off); in handleATOM() 2973 insn->setIndirect(0, 1, ind); in handleATOM() 3148 insn->setIndirect(0, 0, ptr); in handleINTERP() 3834 geni->setIndirect(0, 1, ind); in handleInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 1324 i->setIndirect(0, 1, NULL); in handleLOAD() 1325 i->setIndirect(0, 0, addr); in handleLOAD()
|
D | nv50_ir.h | 792 bool setIndirect(int s, int dim, Value *);
|
D | nv50_ir_peephole.cpp | 271 i->setIndirect(s, 0, ld->getIndirect(0, 0)); in visit() 310 i->setIndirect(s, 0, insn->getSrc(0)); in visit() 318 i->setIndirect(s, 0, insn->getSrc(0)); in visit() 325 i->setIndirect(s, 0, NULL); in visit()
|