Home
last modified time | relevance | path

Searched refs:dimRel (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_print.cpp406 Value *rel, Value *dimRel, DataType ty) const in print() argument
444 if (dimRel) { in print()
445 pos += dimRel->print(&buf[pos], size - pos, TYPE_S32); in print()
Dnv50_ir_from_tgsi.cpp1260 Value *ptr = NULL, *dimRel = NULL; in fetchSrc() local
1270 dimRel = getVertexBase(s); in fetchSrc()
1275 dimRel = fetchSrc(src.getIndirect(1), 0, 0); in fetchSrc()
1284 if (dimRel) in fetchSrc()
1285 res->getInsn()->setIndirect(0, 1, dimRel); in fetchSrc()