Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1265 } indexingTypes[] = in init() local
1320 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1954 } indexingTypes[] = in init() local
2008 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()
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp1067 ArrayRef<Type> indexingTypes = ArrayRef<Type>(types).drop_front().drop_back(); in parseSliceOp() local
1071 parser.resolveOperands(operands, indexingTypes, in parseSliceOp()