Home
last modified time | relevance | path

Searched refs:Interpolate (Results 1 – 25 of 25) sorted by relevance

/external/eigen/unsupported/Eigen/src/Splines/
DSplineFitting.h99 static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree);
111 …static SplineType Interpolate(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& …
116 …SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, co… in Interpolate() function
148 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) in Interpolate() function
152 return Interpolate(pts, degree, chord_lengths); in Interpolate()
/external/eigen/unsupported/test/
Dsplines.cpp214 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3); in check_global_interpolation2d()
226 const Spline2d spline = SplineFitting<Spline2d>::Interpolate(points,3,chord_lengths); in check_global_interpolation2d()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c107 declaration.Interpolate = 0; in tgsi_default_declaration()
136 declaration.Interpolate = interpolate; in tgsi_build_declaration()
200 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
217 di.Interpolate = interpolate; in tgsi_build_declaration_interp()
365 full_decl->Declaration.Interpolate, in tgsi_build_full_declaration()
397 if (full_decl->Declaration.Interpolate) { in tgsi_build_full_declaration()
406 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate, in tgsi_build_full_declaration()
Dtgsi_dump.c316 if (decl->Declaration.Interpolate) { in iter_declaration()
321 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
Dtgsi_parse.c116 if( decl->Declaration.Interpolate ) { in tgsi_parse_token()
Dtgsi_scan.c161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in tgsi_scan_shader()
Dtgsi_text.c1304 decl.Declaration.Interpolate = 1; in parse_declaration()
1305 decl.Interp.Interpolate = i; in parse_declaration()
Dtgsi_ureg.c1246 out[0].decl.Interpolate = 1; in emit_decl_fs()
1254 out[2].decl_interp.Interpolate = interpolate; in emit_decl_fs()
Dtgsi_ppc.c1173 switch( decl->Interp.Interpolate ) { in emit_declaration()
Dtgsi_exec.c2374 switch (decl->Interp.Interpolate) { in exec_declaration()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h121 unsigned Interpolate : 1; /**< any interpolation info? */ member
141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfImageDictionary_autogen.h58 bool Interpolate(SkPdfNativeDoc* doc);
DSkPdfImageDictionary_autogen.cpp183 bool SkPdfImageDictionary::Interpolate(SkPdfNativeDoc* doc) { in Interpolate() function in SkPdfImageDictionary
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c97 decl.Declaration.Interpolate = 1; in emit_output()
102 decl.Interp.Interpolate = interp; in emit_output()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_shader.c282 switch (decl->Interp.Interpolate) { in declare_input_fs()
487 shader->input[i].interpolate = d->Interp.Interpolate; in si_llvm_emit_epilogue()
495 shader->output[i].interpolate = d->Interp.Interpolate; in si_llvm_emit_epilogue()
/external/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c301 decl.Declaration.Interpolate = 1; in pstip_transform_inst()
307 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; in pstip_transform_inst()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c237 decl.Declaration.Interpolate = 1; in pstip_transform_inst()
243 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; /* XXX? */ in pstip_transform_inst()
Ddraw_pipe_aapoint.c204 decl.Declaration.Interpolate = 1; in aa_transform_inst()
210 decl.Interp.Interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in aa_transform_inst()
Ddraw_pipe_aaline.c240 decl.Declaration.Interpolate = 1; in aa_transform_inst()
246 decl.Interp.Interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in aa_transform_inst()
/external/skia/experimental/PdfViewer/pdfparser/native/
DSkPdfNativeTokenizer.cpp1030 DECLARE_PDF_NAME(Interpolate);
1063 HANDLE_NAME_ABBR(key, Interpolate, I); in inlineImageKeyAbbreviationExpand()
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/
DLighting.frag269 // Interpolate light specularity toward reflection color
/external/webp/src/enc/
Dpicture_csp.c114 static WEBP_INLINE int Interpolate(int v) { in Interpolate() function
127 const int y = Interpolate(base_value << shift); // final uplifted value in LinearToGamma()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst253 .. opcode:: LRP - Linear Interpolate
1808 If Interpolate flag is set to 1, a Declaration Interpolate token follows.
1955 Declaration Interpolate
1960 The Interpolate field specifes the way input is being interpolated by
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp811 switch (decl->Interp.Interpolate) { in scanDeclaration()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c800 ctx->shader->input[i].interpolate = d->Interp.Interpolate; in tgsi_declaration()
827 ctx->shader->output[i].interpolate = d->Interp.Interpolate; in tgsi_declaration()