Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:components

1384 					int components = VariableRegisterSize(output.type);
1408 vertexBinary->setOutput(out + i, components, sw::Shader::Semantic(sw::Shader::USAGE_COLOR, in + i, pixelBinary->getInput(in + i, 0).flat));
1415 pixelBinary->setInput(in + i, components, sw::Shader::Semantic());
1434 int components = VariableRegisterSize(output.type);
1447 vertexBinary->setOutput(out + i, components, sw::Shader::Semantic(sw::Shader::USAGE_COLOR));
1504 appendToInfoLog("Transform feedback varying's %s components (%d) exceed the maximum separate components (%d).",
1539 appendToInfoLog("Transform feedback varying total components (%d) exceed the maximum separate components (%d).",