Home | History | Annotate | Download | only in glsl

Lines Matching refs:Varyings

212       /* Only assign locations for generic attributes / varyings / etc.
1782 * variable in <varyings> is greater than the constant
1811 * * any variable name specified in the <varyings> array is not
1894 info->Varyings[info->NumVarying].Name = ralloc_strdup(prog, this->orig_name);
1895 info->Varyings[info->NumVarying].Type = this->type;
1896 info->Varyings[info->NumVarying].Size = this->size;
1925 * * any two entries in the <varyings> array specify the same varying
1928 * We interpret this to mean "any two entries in the <varyings> array
2006 * varyings, but excludes variables such as gl_FrontFacing and gl_FragCoord.
2200 ralloc_free(prog->LinkedTransformFeedback.Varyings);
2206 prog->LinkedTransformFeedback.Varyings =
2501 * varyings.
2544 * uniforms, and varyings. Later optimization could possibly make
2592 linker_error(prog, "Transform feedback varyings specified, but "