Lines Matching full:uniform
1688 group uniform "Uniform"
1692 desc "uniform type mismatch between vertex and tessellation control shaders"
1697 uniform mediump float val;
1708 uniform mediump vec2 val;
1742 desc "uniform type mismatch between fragment and tessellation eval shaders"
1764 uniform mediump vec3 val;
1776 uniform mediump vec4 val;
1787 desc "uniform type mismatch between tessellation control and eval shaders"
1801 uniform mediump vec4 val;
1812 uniform mediump vec3 val;
1835 desc "uniform type mismatch between vertex and tessellation control shaders"
1841 layout(binding=0) uniform atomic_uint u_var;
1853 uniform mediump float u_var;
1887 desc "uniform type mismatch between vertex and tessellation control shaders"
1893 layout(binding=0) layout(rgba8i) uniform readonly highp iimage2D u_var;
1905 uniform mediump float u_var;
1939 desc "uniform precision mismatch between tessellation control and eval shaders"
1953 uniform mediump vec4 val;
1964 uniform highp vec4 val;
1987 desc "uniform precision mismatch between vertex and tessellation control shaders"
1992 uniform highp float val;
2003 uniform mediump float val;
2037 desc "uniform is partially used in different shader stages"
2040 uniform float val.vtxVal = 1.5;
2041 uniform float val.tcVal = 2.5;
2042 uniform float val.teVal = 6.0;
2043 uniform float val.fragVal = 11.0;
2056 uniform S val;
2074 uniform S val;
2093 uniform S val;
2113 uniform S val;