Lines Matching defs:storage
89 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
100 spec.attribs[1].storage = gls::DrawTestSpec::STORAGE_BUFFER;
162 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
197 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
208 spec.attribs[1].storage = gls::DrawTestSpec::STORAGE_BUFFER;
243 spec.attribs[0].storage = gls::DrawTestSpec::STORAGE_BUFFER;
269 spec.attribs[1].storage = gls::DrawTestSpec::STORAGE_BUFFER;
311 gls::DrawTestSpec::Storage storage;
343 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER)
348 const std::string desc = std::string("index ") + gls::DrawTestSpec::indexTypeToString(indexTest.type) + " in " + gls::DrawTestSpec::storageToString(indexTest.storage);
352 spec.indexStorage = indexTest.storage;
620 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);