Searched defs:offR (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1574 int32_t offR = rec->offset; local
1578 assert(offR <= offE);
1579 for (dR = 0; offR < offE && ldR->defExists(dR); ++dR)
1580 offR += ldR->getDef(dR)->reg.size;
1581 if (offR != offE)
1601 int32_t offR = rec->offset; local
1603 int32_t endR = offR + typeSizeof(ri->dType);
1605 rec->size = MAX2(endS, endR) - MIN2(offS, offR);
1609 if (offR < offS) {
1614 for (s = 1; offR < off
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1574 int32_t offR = rec->offset; local
1578 assert(offR <= offE);
1579 for (dR = 0; offR < offE && ldR->defExists(dR); ++dR)
1580 offR += ldR->getDef(dR)->reg.size;
1581 if (offR != offE)
1601 int32_t offR = rec->offset; local
1603 int32_t endR = offR + typeSizeof(ri->dType);
1605 rec->size = MAX2(endS, endR) - MIN2(offS, offR);
1609 if (offR < offS) {
1614 for (s = 1; offR < off
[all...]

Completed in 186 milliseconds