Searched refs:inputDataset (Results 1 – 1 of 1) sorted by relevance
777 void getConstantDataset (vector<T> inputDataset,1861 vector<T> inputDataset; in createTests() local1863 inputDataset.reserve(inputSize); in createTests()1866 getDataset(inputDataset, inputSize); in createTests()1867 getConstantDataset(inputDataset, dataset, spirvOperation); in createTests()1872 pre_mains.push_back(createConstantDeclaration(inputDataset, spirvOperation)); in createTests()1884 …const string funVariables = getVariableStr(inputDataset, m_spirvTestType.c_str(), spirvOperation); in createTests()2360 void SpvAsmTypeTests<T>::getConstantDataset (vector<T> inputDataset, vector<T>& outputDataset, deUi… in getConstantDataset() argument2362 const deUint32 numElements = (deUint32)inputDataset.size(); in getConstantDataset()2367 outputDataset.push_back(inputDataset[elementNdx]); in getConstantDataset()[all …]