Searched refs:indexingTypes (Results 1 – 3 of 3) sorted by relevance
1265 } indexingTypes[] = in init() local1320 for (int indexTypeNdx = 0; indexTypeNdx < DE_LENGTH_OF_ARRAY(indexingTypes); indexTypeNdx++) in init()1322 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init()1323 …onst indexGroup = new tcu::TestCaseGroup(m_testCtx, indexingTypes[indexTypeNdx].name, indexingTyp… in init()1353 for (int indexTypeNdx = 0; indexTypeNdx < DE_LENGTH_OF_ARRAY(indexingTypes); indexTypeNdx++) in init()1355 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init()1356 const char* indexExprName = indexingTypes[indexTypeNdx].name; in init()1357 const char* indexExprDesc = indexingTypes[indexTypeNdx].description; in init()
1954 } indexingTypes[] = in init() local2008 for (int indexTypeNdx = 0; indexTypeNdx < DE_LENGTH_OF_ARRAY(indexingTypes); indexTypeNdx++) in init()2010 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init()2011 …onst indexGroup = new tcu::TestCaseGroup(m_testCtx, indexingTypes[indexTypeNdx].name, indexingTyp… in init()2049 for (int indexTypeNdx = 0; indexTypeNdx < DE_LENGTH_OF_ARRAY(indexingTypes); indexTypeNdx++) in init()2051 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init()2052 const char* indexExprName = indexingTypes[indexTypeNdx].name; in init()2053 const char* indexExprDesc = indexingTypes[indexTypeNdx].description; in init()
1067 ArrayRef<Type> indexingTypes = ArrayRef<Type>(types).drop_front().drop_back(); in parseSliceOp() local1071 parser.resolveOperands(operands, indexingTypes, in parseSliceOp()