Home | History | Annotate | Download | only in functional

Lines Matching refs:stateIndex

649 			const int stateIndex = transpose ? (x*N + y) : (y*N + x);
651 if (values[refIndex] != state[stateIndex])
653 testCtx.getLog() << TestLog::Message << "// ERROR: at index [" << y << "][" << x << "] expected " << values[refIndex] << "; got " << state[stateIndex] << TestLog::EndMessage;