Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DValidateOutputs.cpp125 OutputVector *validOutputsToUse = &validOutputs; in validate() local
131 validOutputsToUse = &validSecondaryOutputs; in validate()
135 if (location + elementCount <= validOutputsToUse->size()) in validate()
140 if ((*validOutputsToUse)[offsetLocation]) in validate()
144 << (*validOutputsToUse)[offsetLocation]->getName() << "'"; in validate()
149 (*validOutputsToUse)[offsetLocation] = symbol; in validate()