Home | History | Annotate | Download | only in shaders

Lines Matching full:inout

2 # - inout with varyings, attributes, uniforms (and arrays of 'em)
3 # - inout with arrays, array elements
4 # - inout with array elements
5 # - inout by-value semantics (arrays & elements & structs)
624 void func (inout float a)
709 void func (inout lowp float a)
794 void func (inout highp float a)
937 void func (inout int a)
1022 void func (inout lowp int a)
1107 void func (inout highp int a)
1247 void func (inout bool a)
1873 void negate (inout float arr[4]);
1889 void negate (inout float arr[4]) { set(arr, -get(arr)); }
1909 void negate (inout float arr[4]);
1931 void negate (inout float arr[4]) { set(arr, -get(arr)); }
1951 void negate (inout float arr[4]);
1974 void negate (inout float arr[4]) { set(arr, -get(arr)); }
1994 void negate (inout float arr[4]);
1998 float func (inout float a[4], inout float b[4])
2017 void negate (inout float arr[4]) { set(arr, -get(arr)); }
2037 void negate (inout float arr[4]);
2061 void negate (inout float arr[4]) { set(arr, -get(arr)); }
2069 # void negate (inout float arr[4]);
2076 # void negate (inout float arr[4]) { set(arr, -get(arr)); }
2863 void func (inout vec3 f)
2880 func (inout vec3 f[3])
2987 void func (inout float f)
3009 void func (inout float f)