Home | History | Annotate | Download | only in stress

Lines Matching refs:IndexTest

107 	struct IndexTest
115 const IndexTest tests[] =
144 const IndexTest& indexTest = tests[testNdx];
145 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) : ((indexTest.aligned) ? (bufferGroup) : (unalignedBufferGroup));
147 const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type);
148 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
151 spec.indexType = indexTest.type;
152 spec.indexStorage = indexTest.storage;
154 for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offsets[iterationNdx] != -1; ++iterationNdx)
156 const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iterationNdx]);
157 spec.indexPointerOffset = indexTest.offsets[iterationNdx];