/third_party/skia/resources/sksl/intrinsics/ |
D | RoundEven.sksl | 9 return (roundEven(testInputs.x) == expectedA.x && 10 roundEven(testInputs.xy) == expectedA.xy && 11 roundEven(testInputs.xyz) == expectedA.xyz && 12 roundEven(testInputs.xyzw) == expectedA.xyzw && 13 roundEven(constVal.x) == expectedB.x && 14 roundEven(constVal.xy) == expectedB.xy && 15 roundEven(constVal.xyz) == expectedB.xyz && 16 roundEven(constVal.xyzw) == expectedB.xyzw) ? colorGreen : colorRed;
|
/third_party/skia/tests/sksl/intrinsics/ |
D | RoundEven.glsl | 8 … ((roundEven(testInputs.x) == -1.0 && roundEven(testInputs.xy) == vec2(-1.0, 0.0)) && roundEven(te…
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/ |
D | round-even.frag | 9 FragColor = roundEven(vA); 10 FragColor *= roundEven(vB);
|
/third_party/skia/third_party/externals/spirv-cross/shaders/frag/ |
D | round-even.frag | 9 FragColor = roundEven(vA); 10 FragColor *= roundEven(vB);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/ |
D | round-even.frag | 9 FragColor = roundEven(vA); 10 FragColor *= roundEven(vB);
|
/third_party/glslang/Test/ |
D | constFold.frag | 49 out8 = vec4(round(4.4), round(4.6), roundEven(4.5), roundEven(-5.5)); // 4, 5, 4, -6 50 out9 = vec4(roundEven(7.5), roundEven(-4.5), fract(2.345), fract(-2.6)); // 8, -4, .345, 0.4
|
D | spv.400.frag | 73 doublev += roundEven(doublev); 74 dvec2v += roundEven(dvec2v); 75 dvec3v += roundEven(dvec3v); 76 dvec4v += roundEven(dvec4v);
|
D | 400.geom | 166 doublev += roundEven(doublev); 167 dvec2v += roundEven(dvec2v); 168 dvec3v += roundEven(dvec3v); 169 dvec4v += roundEven(dvec4v);
|
D | 130.vert | 36 vec2 v13 = roundEven(v2a);
|
D | 300BuiltIns.frag | 51 vec2 v13 = roundEven(v2a);
|
D | Operations.frag | 57 v += roundEven(v);
|
D | spv.Operations.frag | 53 v += roundEven(v);
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/desktop-only/comp/ |
D | fp64.desktop.comp | 48 ssbo_0.a = roundEven(_40);
|
/third_party/skia/src/sksl/ |
D | SkSLIntrinsicList.h | 84 SKSL_INTRINSIC(roundEven) \
|
D | sksl_public.sksl | 110 $es3 $genType roundEven($genType x); 111 $es3 $genHType roundEven($genHType x);
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_common.inl | 366 // roundEven 368 GLM_FUNC_QUALIFIER genType roundEven(genType const& x) 370 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'roundEven' only accept floating-point… 376 // roundEven 378 GLM_FUNC_QUALIFIER genType roundEven(genType x) function 380 …GLM_STATIC_ASSERT(std::numeric_limits<genType>::is_iec559, "'roundEven' only accept floating-point… 409 GLM_FUNC_QUALIFIER vecType<T, P> roundEven(vecType<T, P> const & x) function 411 …GLM_STATIC_ASSERT(std::numeric_limits<T>::is_iec559, "'roundEven' only accept floating-point input… 412 return detail::functor1<T, T, P, vecType>::call(roundEven, x);
|
/third_party/skia/third_party/externals/spirv-cross/shaders/desktop-only/comp/ |
D | fp64.desktop.comp | 52 ssbo_0.a = roundEven(a);
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/desktop-only/comp/ |
D | fp64.desktop.comp | 49 ssbo_0.a = roundEven(a);
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 559 static float roundEven (float v) in roundEven() function 633 const float ref = roundEven(in0); in compare() 654 const int minRes = int(roundEven(in0-eps)); in compare() 655 const int maxRes = int(roundEven(in0+eps)); in compare() 1321 const float ref = roundEven(in0); in compare() 1342 const int minRes = int(roundEven(in0-eps)); in compare() 1343 const int maxRes = int(roundEven(in0+eps)); in compare()
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/comp/ |
D | glsl.std450.fxconly.comp | 28 //res = roundEven(f32.x);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/comp/ |
D | glsl.std450.comp | 28 res = roundEven(f32.x);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/comp/ |
D | glsl.std450.comp | 28 res = roundEven(f32.x);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/ |
D | fp16.desktop.invalid.frag | 85 res = roundEven(v4);
|
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/frag/ |
D | fp16.invalid.desktop.frag | 85 res = roundEven(v4);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 634 static float roundEven (float v) in roundEven() function 708 const float ref = roundEven(in0); in compare() 729 const int minRes = int(roundEven(in0-eps)); in compare() 730 const int maxRes = int(roundEven(in0+eps)); in compare() 1401 const float ref = roundEven(in0); in compare() 1422 const int minRes = int(roundEven(in0-eps)); in compare() 1423 const int maxRes = int(roundEven(in0+eps)); in compare()
|