Lines Matching defs:storage
120 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
131 spec.attribs[1].storage = gls::DrawTestSpec::STORAGE_BUFFER;
198 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
233 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
244 spec.attribs[1].storage = gls::DrawTestSpec::STORAGE_BUFFER;
279 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
291 spec.attribs[1].storage = gls::DrawTestSpec::STORAGE_BUFFER;
304 spec.attribs[2].storage = gls::DrawTestSpec::STORAGE_BUFFER;
339 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
367 spec.attribs[1].storage = gls::DrawTestSpec::STORAGE_BUFFER;
409 gls::DrawTestSpec::Storage storage;
444 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER)
449 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
453 spec.indexStorage = indexTest.storage;
1055 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);