Home
last modified time | relevance | path

Searched refs:indexTest (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sDrawTests.cpp130 const IndexTest& indexTest = tests[testNdx]; in init() local
132 DE_ASSERT(indexTest.storage != gls::DrawTestSpec::STORAGE_USER); in init()
133 DE_ASSERT(!indexTest.aligned); in init()
136 …td::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
137 …) + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToSt… in init()
140 spec.indexType = indexTest.type; in init()
141 spec.indexStorage = indexTest.storage; in init()
143 …for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offse… in init()
145 …const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iteratio… in init()
146 spec.indexPointerOffset = indexTest.offsets[iterationNdx]; in init()
/external/deqp/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp505 const IndexTest& indexTest = tests[testNdx]; in init() local
507 …const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
508 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
511 spec.indexType = indexTest.type; in init()
513 …for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offse… in init()
515 …tring("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTy… in init()
516 spec.indexPointerOffset = indexTest.offsets[iterationNdx]; in init()
572 const IndexTest& indexTest = tests[testNdx]; in init() local
574 …name = std::string("index_") + (indexTest.positiveBase ? "" : "neg_") + gls::DrawTestSpec::indexT… in init()
575 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
[all …]
Des31fDrawTests.cpp514 const IndexTest& indexTest = tests[testNdx]; in init() local
516 …const std::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
517 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
520 spec.indexType = indexTest.type; in init()
522 …for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offse… in init()
524 …tring("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTy… in init()
525 spec.indexPointerOffset = indexTest.offsets[iterationNdx]; in init()
581 const IndexTest& indexTest = tests[testNdx]; in init() local
583 …name = std::string("index_") + (indexTest.positiveBase ? "" : "neg_") + gls::DrawTestSpec::indexT… in init()
584 …const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.t… in init()
[all …]
/external/deqp/modules/gles3/stress/
Des3sDrawTests.cpp313 const IndexTest& indexTest = tests[testNdx]; in init() local
315 DE_ASSERT(indexTest.storage != gls::DrawTestSpec::STORAGE_USER); in init()
316 DE_ASSERT(!indexTest.aligned); in init()
319 …td::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
320 …) + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToSt… in init()
323 spec.indexType = indexTest.type; in init()
324 spec.indexStorage = indexTest.storage; in init()
332 …for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offse… in init()
334 …const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iteratio… in init()
335 spec.indexPointerOffset = indexTest.offsets[iterationNdx]; in init()
/external/deqp/modules/gles2/functional/
Des2fDrawTests.cpp342 const IndexTest& indexTest = tests[testNdx]; in init() local
343 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) in init()
344 ? ((indexTest.aligned) ? (userPtrGroup) : (unalignedUserPtrGroup)) in init()
345 : ((indexTest.aligned) ? (bufferGroup) : (DE_NULL)); in init()
347 …td::string name = std::string("index_") + gls::DrawTestSpec::indexTypeToString(indexTest.type); in init()
348 …) + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToSt… in init()
351 spec.indexType = indexTest.type; in init()
352 spec.indexStorage = indexTest.storage; in init()
354 …for (int iterationNdx = 0; iterationNdx < DE_LENGTH_OF_ARRAY(indexTest.offsets) && indexTest.offse… in init()
356 …const std::string iterationDesc = std::string("offset ") + de::toString(indexTest.offsets[iteratio… in init()
[all …]
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp443 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()
[all …]