Lines Matching +defs:G +defs:max

130     SI F   max(F a, F b)     { return fmaxf(a,b); }  in max()  function
131 SI I32 max(I32 a, I32 b) { return a > b ? a : b; } in max() function
132 SI U32 max(U32 a, U32 b) { return a > b ? a : b; } in max() function
1310 SI F max(F a, float b) { return max(a, F_(b)); } in max() function
1311 SI F max(float a, F b) { return max(F_(a), b); } in max() function
1783 static constexpr float max = 1.25098f; in from_1010102_xr() local
2288 G = g*a, in STAGE() local
2302 G = dg*a, in STAGE() local
2316 G = g*da, in STAGE() local
2329 G = dg*a, in STAGE() local
2742 STAGE(gamma_, const float* G) { in STAGE()
2774 const float R = ctx->a, G = ctx->b, in STAGE() local
2793 const float R = ctx->a, G = ctx->b, in STAGE() local
3003 G = pack(to_unorm(g, 65535)), in STAGE() local
3027 G = pack(to_unorm(g, 1023)) << 6, in STAGE() local
3076 static constexpr float max = 1.25098f; in STAGE() local
3081 G = pack(to_unorm((g - min) / range, 1023)) << 6, in STAGE() local
3099 static constexpr float max = 1.25098f; in STAGE() local
3111 U16 R,G,B,A; in STAGE() local
3121 U16 R,G,B,A; in STAGE() local
3133 U16 R,G,B,A; in STAGE() local
3178 U16 R,G; in STAGE() local
3188 U16 R,G; in STAGE() local
3200 U16 R,G; in STAGE() local
3341 G = mad(r,m[3], mad(g,m[4], m[5])); in STAGE() local
3347 G = mad(r,m[1], mad(g,m[4], b*m[7])), in STAGE() local
3355 G = mad(r,m[1], mad(g,m[4], mad(b,m[7], m[10]))), in STAGE() local
3363 G = mad(r,m[ 5], mad(g,m[ 6], mad(b,m[ 7], mad(a,m[ 8], m[ 9])))), in STAGE() local
3383 G = mad(r,m[3], mad(g,m[4], m[5])), in STAGE() local