Home | History | Annotate | Download | only in functional

Lines Matching full:opndx

1861 	for (int opNdx = 0; opNdx < DE_LENGTH_OF_ARRAY(ops); opNdx++)
1863 const InputTypeSpec* inTypeList = (ops[opNdx].extendedInputTypeCases) ? (extendedInputTypes) : (reducedInputTypes);
1864 const int inTypeListSize = (ops[opNdx
1865 const MatrixOp op = ops[opNdx].op;
1866 tcu::TestCaseGroup* opGroup = new tcu::TestCaseGroup(m_testCtx, ops[opNdx].name, ops[opNdx].desc);
1875 if (ops[opNdx].createInputTypeGroup)