Home
last modified time | relevance | path

Searched defs:edge0 (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/
H A Dcommon.h205 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_smoothstep(glm_vec4 edge0, glm_vec4 edge1, glm_vec4 x) in glm_vec4_smoothstep() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp72 inline float smoothStep (float edge0, float edge1, float x) in smoothStep() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_builtin_builder.c132 nir_smoothstep(nir_builder *b, nir_ssa_def *edge0, nir_ssa_def *edge1, nir_ssa_def *x) in nir_smoothstep() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp214 auto edge0 = Operand(this, state, insn.word(5)); in EmitExtGLSLstd450() local
/third_party/skia/samplecode/
H A DSamplePatch.cpp115 SkPoint* edge0 = storage.get(); in draw() local
[all...]
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionCall.cpp400 double evaluate_smoothstep(double edge0, double edge1, double x) { in evaluate_smoothstep() argument
/third_party/ffmpeg/libavcodec/
H A Dsanm.c343 static enum GlyphDir which_direction(enum GlyphEdge edge0, enum GlyphEdge edge1) in which_direction() argument
396 enum GlyphEdge edge0 = which_edge(x0, y0, side_length); make_glyphs() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_xfade.c258 static inline float smoothstep(float edge0, float edge1, float x) in smoothstep() argument
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1222 void ShaderCore::smooth(Vector4f &dst, const Vector4f &edge0, const Vector4f &edge1, const Vector4f &x) in smooth() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp6152 ir_variable *edge0 = in_var(edge_type, "edge0"); in _smoothstep() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4386 double applyExact (double edge0, double edge1) const in applyExact() argument
4391 double precision (const EvalContext&, double, double edge0, double edge1) const in precision() argument
4397 ExprP<deFloat16> nanIfGreaterOrEqual(const ExprP<deFloat16>& edge0, const ExprP<deFloat16>& edge1) in nanIfGreaterOrEqual() argument
4402 ExprP<float> nanIfGreaterOrEqual(const ExprP<float>& edge0, const ExprP<float>& edge1) in nanIfGreaterOrEqual() argument
4407 ExprP<double> nanIfGreaterOrEqual(const ExprP<double>& edge0, const ExprP<double>& edge1) in nanIfGreaterOrEqual() argument
4448 const ExprP<float>& edge0 = args.a; doExpand() local
4461 const ExprP<deFloat16>& edge0 = args.a; doExpand() local
4475 const ExprP<double>& edge0 = args.a; doExpand() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3480 const ExprP<float>& edge0 = args.a; in doExpand() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4375 double applyExact (double edge0, double edge1) const in applyExact() argument
4380 double precision (const EvalContext&, double, double edge0, double edge1) const in precision() argument
4386 ExprP<deFloat16> nanIfGreaterOrEqual(const ExprP<deFloat16>& edge0, const ExprP<deFloat16>& edge1) in nanIfGreaterOrEqual() argument
4391 ExprP<float> nanIfGreaterOrEqual(const ExprP<float>& edge0, const ExprP<float>& edge1) in nanIfGreaterOrEqual() argument
4396 ExprP<double> nanIfGreaterOrEqual(const ExprP<double>& edge0, const ExprP<double>& edge1) in nanIfGreaterOrEqual() argument
4437 const ExprP<float>& edge0 = args.a; doExpand() local
4450 const ExprP<deFloat16>& edge0 = args.a; doExpand() local
4464 const ExprP<double>& edge0 = args.a; doExpand() local
[all...]

Completed in 69 milliseconds