Lines Matching full:shader
685 * re-declared by the shader with a size. The size can be at most
706 * shader.
739 /* From the GLSL 1.30 spec, section 7.1 (Vertex Shader Special
743 * be sized by the shader either redeclaring it with a size or
838 * re-declared by the shader with a size. The size can be at most
858 /* gl_MaxDrawBuffers is available in all shader stages.
867 /* gl_FragData is only available in the fragment shader.
891 /* gl_InstanceIDARB is only available in the vertex shader.
928 /* gl_FragStencilRefARB is only available in the fragment shader.
944 /* gl_FragStencilRefAMD is only available in the fragment shader.
974 /* From the GLSL 1.30 spec, section 7.2 (Fragment Shader Special
978 * interpolated values for the vertex values written by the vertex shader
980 * sized in the fragment shader either implicitly or explicitly to be the
981 * same size as it was sized in the vertex shader.