Home
last modified time | relevance | path

Searched refs:setIndirectR (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp749 i->setIndirectR(hnd); in handleTEX()
766 i->setIndirectR(hnd); in handleTEX()
787 i->setIndirectR(NULL); in handleTEX()
797 i->setIndirectR(NULL); in handleTEX()
1118 txq->setIndirectR(NULL); in handleTXQ()
2064 su->setIndirectR(ptr); in processSurfaceCoordsNVC0()
Dnv50_ir.h996 void setIndirectR(Value *);
Dnv50_ir_from_tgsi.cpp2541 ld->setIndirectR(fetchSrc(tgsi.getSrc(0).getIndirect(0), 0, NULL)); in handleLOAD()
2671 st->setIndirectR(fetchSrc(tgsi.getDst(0).getIndirect(0), 0, NULL)); in handleSTORE()
2789 tex->setIndirectR(fetchSrc(tgsi.getSrc(0).getIndirect(0), 0, NULL)); in handleATOM()
3647 texi->setIndirectR(fetchSrc(tgsi.getSrc(0).getIndirect(0), 0, NULL)); in handleInstruction()
Dnv50_ir.cpp1019 TexInstruction::setIndirectR(Value *v) in setIndirectR() function in nv50_ir::TexInstruction