Home
last modified time | relevance | path

Searched defs:edge1 (Results 1 – 25 of 26) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/commonfns/
Dtest_smoothstep.cpp76 verify_smoothstep(float *edge0, float *edge1, float *x, float *outptr, int n) in verify_smoothstep()
161 float edge1; in test_smoothstep() local
Dtest_smoothstepf.cpp51 float verify_smoothstep(float *edge0, float *edge1, float *x, float *outptr, in verify_smoothstep()
138 float edge1; in test_smoothstepf() local
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dintersect.inl76 genType edge1 = vert1 - vert0; local
Dsimd_vec4.inl475 detail::fvec4SIMD const & edge1,
485 float const & edge1,
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_common.inl602 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 …ER vecType<T, P> smoothstep(vecType<T, P> const & edge0, vecType<T, P> const & edge1, vecType<T, P…
/external/freetype/src/autofit/
Dafloader.c431 AF_Edge edge1 = axis->edges; /* leftmost edge */ in af_loader_load_glyph() local
Dafcjk.c1830 AF_Edge edge1, edge2; in af_cjk_hint_edges() local
2060 AF_Edge edge1, edge2, edge3; in af_cjk_hint_edges() local
Daflatin.c3028 AF_Edge edge1, edge2; /* these edges form the stem to check */ in af_latin_hint_edges() local
3361 AF_Edge edge1, edge2, edge3; in af_latin_hint_edges() local
/external/mesa3d/src/compiler/nir/
Dnir_builtin_builder.c119 nir_smoothstep(nir_builder *b, nir_ssa_def *edge0, nir_ssa_def *edge1, nir_ssa_def *x) in nir_smoothstep()
/external/oboe/samples/RhythmGame/third_party/glm/simd/
Dcommon.h205 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_smoothstep(glm_vec4 edge0, glm_vec4 edge1, glm_vec4 x) in glm_vec4_smoothstep()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2EdgeIndex.java88 private static final int compare(long cell1, int edge1, long cell2, int edge2) { in compare()
/external/skia/tools/viewer/
DPatchSlide.cpp118 SkPoint* edge1 = edge0 + nu; in draw() local
/external/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp193 auto edge1 = Operand(shader, *this, insn.word(6)); in EmitExtGLSLstd450() local
/external/skia/src/core/
DSkScan_Antihair.cpp917 static inline void align_thin_stroke(FDot8& edge1, FDot8& edge2) { in align_thin_stroke()
/external/deqp/framework/common/
DtcuVectorUtil.hpp72 inline float smoothStep (float edge0, float edge1, float x) in smoothStep()
/external/skia/src/sksl/dsl/
DDSLCore.cpp560 DSLExpression Smoothstep(DSLExpression edge1, DSLExpression edge2, DSLExpression x, in Smoothstep()
/external/skia/src/sksl/ir/
DSkSLFunctionCall.cpp431 double evaluate_smoothstep(double edge0, double edge1, double x) { in evaluate_smoothstep()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4386 ExprP<deFloat16> nanIfGreaterOrEqual(const ExprP<deFloat16>& edge0, const ExprP<deFloat16>& edge1) in nanIfGreaterOrEqual()
4391 ExprP<float> nanIfGreaterOrEqual(const ExprP<float>& edge0, const ExprP<float>& edge1) in nanIfGreaterOrEqual()
4396 ExprP<double> nanIfGreaterOrEqual(const ExprP<double>& edge0, const ExprP<double>& edge1) in nanIfGreaterOrEqual()
4438 const ExprP<float>& edge1 = args.b; in doExpand() local
4451 const ExprP<deFloat16>& edge1 = args.b; in doExpand() local
4465 const ExprP<double>& edge1 = args.b; in doExpand() local
/external/skia/src/gpu/ganesh/geometry/
DGrTriangulator.cpp1065 void GrTriangulator::computeBisector(Edge* edge1, Edge* edge2, Vertex* v) const { in computeBisector()
/external/angle/src/compiler/translator/
DIntermNode.cpp3968 float edge1 = unionArrays[1][i].getFConst(); in FoldAggregateBuiltIn() local
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1443 return ternary([](skvm::F32 edge0, skvm::F32 edge1, skvm::F32 x) { in writeIntrinsicCall()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5507 ir_variable *edge1 = in_var(edge_type, "edge1"); in _smoothstep() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2331 EnumDescriptorProto* edge1 = AddEnum(&foo_file, "Edge1"); in SetUp() local
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc2331 EnumDescriptorProto* edge1 = AddEnum(&foo_file, "Edge1"); in SetUp() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3481 const ExprP<float>& edge1 = args.b; in doExpand() local

12