Lines Matching refs:initializer
3811 glslang::TIntermAggregate* initializer = initializers[i]->getAsAggregate();
3812 if (initializer && initializer->getOp() != glslang::EOpFunction && initializer->getOp() != glslang::EOpLinkerObjects) {
3814 // We're on a top-level node that's not a function. Treat as an initializer, whose
3816 initializer->traverse(this);
7441 // Its initializer should either be a sub tree with constant nodes, or a constant union array.
7454 logger->missingFunctionality("Invalid initializer for spec onstant.");
7462 // constant sub tree as initializer.