Searched refs:dimRel (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_print.cpp | 479 Value *rel, Value *dimRel, DataType ty) const in print() argument 518 if (dimRel) { in print() 519 pos += dimRel->print(&buf[pos], size - pos, TYPE_S32); in print()
|
D | nv50_ir_from_tgsi.cpp | 1954 Value *ptr = NULL, *dimRel = NULL; in fetchSrc() local 1964 dimRel = getOutputBase(s); in fetchSrc() 1967 dimRel = getVertexBase(s); in fetchSrc() 1972 dimRel = fetchSrc(src.getIndirect(1), 0, 0); in fetchSrc() 1981 if (dimRel) in fetchSrc() 1982 res->getInsn()->setIndirect(0, 1, dimRel); in fetchSrc() 1991 Value *ptr = NULL, *dimRel = NULL; in fetchDst() local 2002 dimRel = NULL; in fetchDst() 2006 dimRel = NULL; in fetchDst() 2011 dimRel = fetchSrc(dst.getIndirect(1), 0, 0); in fetchDst() [all …]
|