Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_peephole.cpp2603 int32_t offS = st->getSrc(0)->reg.data.offset; in replaceStFromSt() local
2605 int32_t endS = offS + typeSizeof(st->dType); in replaceStFromSt()
2608 rec->size = MAX2(endS, endR) - MIN2(offS, offR); in replaceStFromSt()
2612 if (offR < offS) { in replaceStFromSt()
2617 for (s = 1; offR < offS; offR += ri->getSrc(s)->reg.size, ++s) in replaceStFromSt()
2621 for (s = 1; st->srcExists(s); offS += st->getSrc(s)->reg.size, ++s) in replaceStFromSt()
2636 for (s = 1; offS < endS; offS += st->getSrc(s++)->reg.size); in replaceStFromSt()