Home
last modified time | relevance | path

Searched refs:fwidth (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/main/VEX/priv/
Dmain_util.c337 Int fwidth, nout, len1, len2, len3; in vprintf_wrk() local
358 fwidth = 0; in vprintf_wrk()
370 fwidth = va_arg(ap, Int); in vprintf_wrk()
374 fwidth = fwidth * 10 + (*format - '0'); in vprintf_wrk()
393 if (fwidth > len2) { len1 = ljustify ? 0 : fwidth-len2; in vprintf_wrk()
394 len3 = ljustify ? fwidth-len2 : 0; } in vprintf_wrk()
405 if (fwidth > len2) { len1 = ljustify ? 0 : fwidth-len2; in vprintf_wrk()
406 len3 = ljustify ? fwidth-len2 : 0; } in vprintf_wrk()
421 if (fwidth > len2) { len1 = ljustify ? 0 : fwidth-len2; in vprintf_wrk()
422 len3 = ljustify ? fwidth-len2 : 0; } in vprintf_wrk()
[all …]
/external/mesa3d/src/glsl/builtins/profiles/
DOES_standard_derivatives.frag17 float fwidth(float p);
18 vec2 fwidth(vec2 p);
19 vec3 fwidth(vec3 p);
20 vec4 fwidth(vec4 p);
D120.frag36 float fwidth(float p);
37 vec2 fwidth(vec2 p);
38 vec3 fwidth(vec3 p);
39 vec4 fwidth(vec4 p);
D110.frag37 float fwidth(float p);
38 vec2 fwidth(vec2 p);
39 vec3 fwidth(vec3 p);
40 vec4 fwidth(vec4 p);
D130.frag138 float fwidth(float p);
139 vec2 fwidth(vec2 p);
140 vec3 fwidth(vec3 p);
141 vec4 fwidth(vec4 p);
D140.frag137 float fwidth(float p);
138 vec2 fwidth(vec2 p);
139 vec3 fwidth(vec3 p);
140 vec4 fwidth(vec4 p);
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
DOES_standard_derivatives.frag17 float fwidth(float p);
18 vec2 fwidth(vec2 p);
19 vec3 fwidth(vec3 p);
20 vec4 fwidth(vec4 p);
D120.frag36 float fwidth(float p);
37 vec2 fwidth(vec2 p);
38 vec3 fwidth(vec3 p);
39 vec4 fwidth(vec4 p);
D110.frag37 float fwidth(float p);
38 vec2 fwidth(vec2 p);
39 vec3 fwidth(vec3 p);
40 vec4 fwidth(vec4 p);
D140.frag137 float fwidth(float p);
138 vec2 fwidth(vec2 p);
139 vec3 fwidth(vec3 p);
140 vec4 fwidth(vec4 p);
D130.frag138 float fwidth(float p);
139 vec2 fwidth(vec2 p);
140 vec3 fwidth(vec3 p);
141 vec4 fwidth(vec4 p);
/external/chromium_org/third_party/lcov/bin/
Dlcov2957 my @fwidth = @fwidth_wide;
3004 @fwidth = @fwidth_narrow;
3028 $w = $fwidth[$F_LN_RATE];
3030 $heading1 .= sprintf("%-*s |", $w + $fwidth[$F_LN_NUM],
3035 $w = $fwidth[$F_LN_NUM];
3040 $w = $fwidth[$F_FN_RATE];
3042 $heading1 .= sprintf("%-*s|", $w + $fwidth[$F_FN_NUM] + 1,
3047 $w = $fwidth[$F_FN_NUM];
3052 $w = $fwidth[$F_BR_RATE];
3054 $heading1 .= sprintf("%-*s", $w + $fwidth[$F_BR_NUM] + 1,
[all …]
/external/mesa3d/src/glsl/builtins/ir/
Dfwidth.ir1 ((function fwidth
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/
Dfwidth.ir1 ((function fwidth
/external/deqp/android/cts/
Des30-mustpass-2014.2.9-2014-10-29.txt14656 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.float
14657 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec2
14658 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec3
14659 dEQP-GLES3.functional.shaders.derivate.fwidth.constant.vec4
14660 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_lowp
14661 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_mediump
14662 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.float_highp
14663 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_lowp
14664 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_mediump
14665 dEQP-GLES3.functional.shaders.derivate.fwidth.linear.vec2_highp
[all …]
/external/chromium_org/third_party/mesa/
Dchromium.patch966 ! } else if (strcmp(callee, "fwidth") == 0) {
989 ! } else if (safe_strcmp(callee, "fwidth") == 0) {