Lines Matching full:initializers
39 * - Initializers for uniforms and global variables defined
58 * - Initializers for uniforms defined in multiple shader stages with the
891 * initializers, the values of the initializers must be the same.
1018 * "If a shared global has multiple initializers, the
1019 * initializers must all be constant expressions, and they
1024 * Previous to 4.20 the GLSL spec simply said that initializers
1026 * initializers, this was impossible to determine. As a result,
1034 linker_error(prog, "initializers for %s "
1054 "non-constant initializers.\n",
1360 || inst->as_if() /* for initializers with the ?: operator */