| SKIP: FAILED |
| |
| #version 310 es |
| precision highp float; |
| precision highp int; |
| |
| |
| vec2 prevent_dce; |
| vec2 dpdyFine_df33aa() { |
| vec2 arg_0 = vec2(1.0f); |
| vec2 res = dFdydFdyFine(arg_0); |
| return res; |
| } |
| void main() { |
| prevent_dce = dpdyFine_df33aa(); |
| } |
| error: Error parsing GLSL shader: |
| ERROR: 0:9: 'dFdydFdyFine' : no matching overloaded function found |
| ERROR: 0:9: '=' : cannot convert from ' const float' to ' temp highp 2-component vector of float' |
| ERROR: 0:9: '' : compilation terminated |
| ERROR: 3 compilation errors. No code generated. |
| |
| |
| |
| |
| tint executable returned error: exit status 1 |