Lines Matching full:uniform
1708 group uniform "Uniform"
1712 desc "uniform type mismatch between vertex and tessellation control shaders"
1718 uniform mediump float val;
1729 uniform mediump vec2 val;
1763 desc "uniform type mismatch between fragment and tessellation eval shaders"
1786 uniform mediump vec3 val;
1798 uniform mediump vec4 val;
1809 desc "uniform type mismatch between tessellation control and eval shaders"
1824 uniform mediump vec4 val;
1835 uniform mediump vec3 val;
1858 desc "uniform type mismatch between vertex and tessellation control shaders"
1865 layout(binding=0) uniform atomic_uint u_var;
1877 uniform mediump float u_var;
1911 desc "uniform type mismatch between vertex and tessellation control shaders"
1918 layout(binding=0) layout(rgba8i) uniform readonly highp iimage2D u_var;
1930 uniform mediump float u_var;
1964 desc "uniform precision mismatch between tessellation control and eval shaders"
1979 uniform mediump vec4 val;
1990 uniform highp vec4 val;
2013 desc "uniform precision mismatch between vertex and tessellation control shaders"
2019 uniform highp float val;
2030 uniform mediump float val;
2064 desc "uniform is partially used in different shader stages"
2068 uniform float val.vtxVal = 1.5;
2069 uniform float val.tcVal = 2.5;
2070 uniform float val.teVal = 6.0;
2071 uniform float val.fragVal = 11.0;
2084 uniform S val;
2102 uniform S val;
2121 uniform S val;
2141 uniform S val;