/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | geometricmath.c | 197 gst_gm_smoothstep (gdouble edge0, gdouble edge1, gdouble x) in gst_gm_smoothstep()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_common.inl | 602 GLM_FUNC_QUALIFIER genType smoothstep(genType edge0, genType edge1, genType x) 611 GLM_FUNC_QUALIFIER vecType<T, P> smoothstep(T edge0, T edge1, vecType<T, P> const & x) argument 617 …GLM_FUNC_QUALIFIER vecType<T, P> smoothstep(vecType<T, P> const & edge0, vecType<T, P> const & edg…
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 132 nir_smoothstep(nir_builder *b, nir_ssa_def *edge0, nir_ssa_def *edge1, nir_ssa_def *x) in nir_smoothstep()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | simd_vec4.inl | 474 detail::fvec4SIMD const & edge0, 484 float const & edge0,
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
D | common.h | 205 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_smoothstep(glm_vec4 edge0, glm_vec4 edge1, glm_vec4 x) in glm_vec4_smoothstep()
|
/third_party/ffmpeg/libavcodec/ |
D | sanm.c | 342 static enum GlyphDir which_direction(enum GlyphEdge edge0, enum GlyphEdge edge1) in which_direction() 395 enum GlyphEdge edge0 = which_edge(x0, y0, side_length); in make_glyphs() local
|
/third_party/skia/samplecode/ |
D | SamplePatch.cpp | 115 SkPoint* edge0 = storage.get(); in draw() local
|
/third_party/flutter/skia/samplecode/ |
D | SamplePatch.cpp | 115 SkPoint* edge0 = storage.get(); in draw() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderGLSLstd450.cpp | 214 auto edge0 = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVectorUtil.hpp | 72 inline float smoothStep (float edge0, float edge1, float x) in smoothStep()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 4342 double applyExact (double edge0, double edge1) const in applyExact() 4347 double precision (const EvalContext&, double, double edge0, double edge1) const in precision() argument 4353 ExprP<deFloat16> nanIfGreaterOrEqual(const ExprP<deFloat16>& edge0, const ExprP<deFloat16>& edge1) in nanIfGreaterOrEqual() 4358 ExprP<float> nanIfGreaterOrEqual(const ExprP<float>& edge0, const ExprP<float>& edge1) in nanIfGreaterOrEqual() 4363 ExprP<double> nanIfGreaterOrEqual(const ExprP<double>& edge0, const ExprP<double>& edge1) in nanIfGreaterOrEqual() 4404 const ExprP<float>& edge0 = args.a; in doExpand() local 4417 const ExprP<deFloat16>& edge0 = args.a; in doExpand() local 4431 const ExprP<double>& edge0 = args.a; in doExpand() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_xfade.c | 260 static inline float smoothstep(float edge0, float edge1, float x) in smoothstep()
|
/third_party/skia/src/sksl/ir/ |
D | SkSLFunctionCall.cpp | 400 double evaluate_smoothstep(double edge0, double edge1, double x) { in evaluate_smoothstep()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 3561 float edge0 = unionArrays[0][i].getFConst(); in FoldAggregateBuiltIn() local
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 3949 float edge0 = unionArrays[0][i].getFConst(); in FoldAggregateBuiltIn() local
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.cpp | 1200 return ternary([](skvm::F32 edge0, skvm::F32 edge1, skvm::F32 x) { in writeIntrinsicCall()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 1222 …void ShaderCore::smooth(Vector4f &dst, const Vector4f &edge0, const Vector4f &edge1, const Vector4… in smooth()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 5535 ir_variable *edge0 = in_var(edge_type, "edge0"); in _smoothstep() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3480 const ExprP<float>& edge0 = args.a; in doExpand() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 15653 const fp16type edge0 (*in[0]); in calc() local
|