Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1352 } indexingTypes[] = in init() local
1400 for (int indexTypeNdx = 0; indexTypeNdx < DE_LENGTH_OF_ARRAY(indexingTypes); indexTypeNdx++) in init()
1402 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init()
1403 …onst indexGroup = new tcu::TestCaseGroup(m_testCtx, indexingTypes[indexTypeNdx].name, indexingTyp… in init()
1433 for (int indexTypeNdx = 0; indexTypeNdx < DE_LENGTH_OF_ARRAY(indexingTypes); indexTypeNdx++) in init()
1435 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init()
1436 const char* indexExprName = indexingTypes[indexTypeNdx].name; in init()
1437 const char* indexExprDesc = indexingTypes[indexTypeNdx].description; in init()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp1253 } indexingTypes[] = in init() local
1308 for (int indexTypeNdx = 0; indexTypeNdx < DE_LENGTH_OF_ARRAY(indexingTypes); indexTypeNdx++) in init()
1310 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init()
1311 …onst indexGroup = new tcu::TestCaseGroup(m_testCtx, indexingTypes[indexTypeNdx].name, indexingTyp… in init()
1341 for (int indexTypeNdx = 0; indexTypeNdx < DE_LENGTH_OF_ARRAY(indexingTypes); indexTypeNdx++) in init()
1343 const IndexExprType indexExprType = indexingTypes[indexTypeNdx].type; in init()
1344 const char* indexExprName = indexingTypes[indexTypeNdx].name; in init()
1345 const char* indexExprDesc = indexingTypes[indexTypeNdx].description; in init()