Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:out

1316 					int out = output->reg;
1328 if(out >= 0)
1330 if(out + registers > MAX_VARYING_VECTORS)
1338 vertexBinary->setOutput(out + i, components, sw::Shader::Semantic(sw::Shader::USAGE_COLOR, in + i, pixelBinary->getInput(in + i, 0).flat));
1363 int out = output->reg;
1367 if(out >= 0)
1369 if(out + registers > MAX_VARYING_VECTORS)
1377 vertexBinary->setOutput(out + i, components, sw::Shader::Semantic(sw::Shader::USAGE_COLOR));
1422 appendToInfoLog("Specified transform feedback varying index out of bounds (%s)", indexedTfVaryingName.c_str());