Lines Matching refs:indexTest
443 const IndexTest& indexTest = tests[testNdx]; in init() local
444 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) in init()
445 ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) in init()
446 : ((indexTest.aligned) ? (bufferGroup) : (DE_NULL)); in init()
448 …td::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
449 …) + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToSt… in init()
452 spec.indexType = indexTest.type; in init()
453 spec.indexStorage = indexTest.storage; in init()
455 …for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offse… in init()
457 …const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iteratio… in init()
458 spec.indexPointerOffset = indexTest.offsets[iterationNdx]; in init()