Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateOutputs.cpp107 OutputVector *validOutputsToUse = &validOutputs; in validate() local
112 validOutputsToUse = &validSecondaryOutputs; in validate()
115 if (location + elementCount <= validOutputsToUse->size()) in validate()
120 if ((*validOutputsToUse)[offsetLocation]) in validate()
124 << (*validOutputsToUse)[offsetLocation]->getName() << "'"; in validate()
129 (*validOutputsToUse)[offsetLocation] = symbol; in validate()

Completed in 1 milliseconds