Lines Matching refs:highp
4 desc "Vertex side uniform has highp, fragment side uniform mediump."
10 uniform highp float u_val;
33 desc "Vertex side uniform has highp, fragment side uniform mediump."
39 uniform highp float u_val;
49 precision highp float;
62 desc "Vertex side uniform has lowp, fragment side uniform highp."
78 precision highp float;
79 uniform highp int u_val;
107 precision highp float;
1038 desc "Vertex side struct has highp, fragment side struct mediump."
1044 struct Struct {highp float a;};
1173 highp vec4 position;
1174 highp vec3 direction;
1194 highp vec4 position;
1195 highp vec3 direction;
1214 desc "Complex Light struct from use case tests, without highp usage"
1274 highp vec4 val;
1311 highp vec4 val;
1327 highp vec3 val;
1348 highp vec4 val;
1364 highp vec4 val;
1386 highp vec4 val;
1402 highp vec4 val;
1423 highp vec4 val;
1439 highp vec4 val;
1460 highp vec4 val;
1476 highp vec4 val;
1497 highp mat3 val;
1513 highp mat3 val;
1534 layout(row_major) uniform highp mat3 val;
1550 layout(column_major) uniform highp mat3 val;