/external/eigen/unsupported/Eigen/src/Splines/ |
D | SplineFitting.h | 99 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/ |
D | splines.cpp | 214 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/ |
D | tgsi_build.c | 107 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()
|
D | tgsi_dump.c | 316 if (decl->Declaration.Interpolate) { in iter_declaration() 321 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
|
D | tgsi_parse.c | 116 if( decl->Declaration.Interpolate ) { in tgsi_parse_token()
|
D | tgsi_scan.c | 161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in tgsi_scan_shader()
|
D | tgsi_text.c | 1304 decl.Declaration.Interpolate = 1; in parse_declaration() 1305 decl.Interp.Interpolate = i; in parse_declaration()
|
D | tgsi_ureg.c | 1246 out[0].decl.Interpolate = 1; in emit_decl_fs() 1254 out[2].decl_interp.Interpolate = interpolate; in emit_decl_fs()
|
D | tgsi_ppc.c | 1173 switch( decl->Interp.Interpolate ) { in emit_declaration()
|
D | tgsi_exec.c | 2374 switch (decl->Interp.Interpolate) { in exec_declaration()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 121 unsigned Interpolate : 1; /**< any interpolation info? */ member 141 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfImageDictionary_autogen.h | 58 bool Interpolate(SkPdfNativeDoc* doc);
|
D | SkPdfImageDictionary_autogen.cpp | 183 bool SkPdfImageDictionary::Interpolate(SkPdfNativeDoc* doc) { in Interpolate() function in SkPdfImageDictionary
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 97 decl.Declaration.Interpolate = 1; in emit_output() 102 decl.Interp.Interpolate = interp; in emit_output()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_shader.c | 282 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/ |
D | u_pstipple.c | 301 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/ |
D | draw_pipe_pstipple.c | 237 decl.Declaration.Interpolate = 1; in pstip_transform_inst() 243 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; /* XXX? */ in pstip_transform_inst()
|
D | draw_pipe_aapoint.c | 204 decl.Declaration.Interpolate = 1; in aa_transform_inst() 210 decl.Interp.Interpolate = TGSI_INTERPOLATE_PERSPECTIVE; in aa_transform_inst()
|
D | draw_pipe_aaline.c | 240 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/ |
D | SkPdfNativeTokenizer.cpp | 1030 DECLARE_PDF_NAME(Interpolate); 1063 HANDLE_NAME_ABBR(key, Interpolate, I); in inlineImageKeyAbbreviationExpand()
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/ |
D | Lighting.frag | 269 // Interpolate light specularity toward reflection color
|
/external/webp/src/enc/ |
D | picture_csp.c | 114 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/ |
D | tgsi.rst | 253 .. 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/ |
D | nv50_ir_from_tgsi.cpp | 811 switch (decl->Interp.Interpolate) { in scanDeclaration()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 800 ctx->shader->input[i].interpolate = d->Interp.Interpolate; in tgsi_declaration() 827 ctx->shader->output[i].interpolate = d->Interp.Interpolate; in tgsi_declaration()
|