Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_gain_map.cpp59 real32 Interpolate () const in Interpolate() function in dng_gain_map_interpolator
276 real32 dng_gain_map::Interpolate (int32 row, in Interpolate() function in dng_gain_map
288 return interp.Interpolate (); in Interpolate()
581 real32 gain = interp.Interpolate (); in ProcessArea()
Ddng_1d_table.h73 real32 Interpolate (real32 x) const in Interpolate() function
Ddng_mosaic_info.h178 virtual void Interpolate (dng_host &host,
Ddng_hue_sat_map.h226 static dng_hue_sat_map * Interpolate (const dng_hue_sat_map &map1,
Ddng_gain_map.h123 real32 Interpolate (int32 row,
Ddng_mosaic_info.cpp1003 void Interpolate (dng_pixel_buffer &srcBuffer,
1029 void dng_bilinear_interpolator::Interpolate (dng_pixel_buffer &srcBuffer, in Interpolate() function in dng_bilinear_interpolator
1915 interpolator->Interpolate (srcBuffer, in InterpolateGeneric()
1959 void dng_mosaic_info::Interpolate (dng_host &host, in Interpolate() function in dng_mosaic_info
Ddng_hue_sat_map.cpp261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1, in Interpolate() function in dng_hue_sat_map
Ddng_reference.cpp1528 vEncoded = encodeTable->Interpolate (Pin_real32 (v)); in RefBaselineHueSatMap()
1616 v = hasTable ? decodeTable->Interpolate (vEncoded) : vEncoded; in RefBaselineHueSatMap()
1719 real32 y = table.Interpolate (x); in RefBaseline1DTable()
1755 rr = table.Interpolate (r);\ in RefBaselineRGBTone()
1756 bb = table.Interpolate (b);\ in RefBaselineRGBTone()
1799 rr = table.Interpolate (r); in RefBaselineRGBTone()
1800 gg = table.Interpolate (g); in RefBaselineRGBTone()
Ddng_lens_correction.cpp2252 const real64 maxScale = Max_real32 (table32.Interpolate (0.0f), in Prepare()
2253 table32.Interpolate (1.0f)); in Prepare()
2286 real32 y = table32.Interpolate (x) * scale1; in Prepare()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_two_side.c82 ts->front_color_interp[decl->Semantic.Index] = decl->Interp.Interpolate; in xform_decl()
111 decl.Declaration.Interpolate = 1; in emit_prolog()
116 decl.Interp.Interpolate = ts->front_color_interp[i]; in emit_prolog()
Dtgsi_transform.h145 decl.Declaration.Interpolate = 1; in tgsi_transform_input_decl()
151 decl.Interp.Interpolate = interp; in tgsi_transform_input_decl()
166 decl.Declaration.Interpolate = 1; in tgsi_transform_output_decl()
172 decl.Interp.Interpolate = interp; in tgsi_transform_output_decl()
Dtgsi_build.c107 declaration.Interpolate = 0; in tgsi_default_declaration()
142 declaration.Interpolate = interpolate; in tgsi_build_declaration()
219 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
234 di.Interpolate = interpolate; in tgsi_build_declaration_interp()
421 full_decl->Declaration.Interpolate, in tgsi_build_full_declaration()
456 if (full_decl->Declaration.Interpolate) { in tgsi_build_full_declaration()
465 *di = tgsi_build_declaration_interp(full_decl->Interp.Interpolate, in tgsi_build_full_declaration()
Dtgsi_parse.c120 if (decl->Declaration.Interpolate) { in tgsi_parse_token()
Dtgsi_dump.c427 if (decl->Declaration.Interpolate) { in iter_declaration()
432 ENM( decl->Interp.Interpolate, tgsi_interpolate_names ); in iter_declaration()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c293 decl.Declaration.Interpolate = 1; in pstip_transform_prolog()
294 decl.Interp.Interpolate = TGSI_INTERPOLATE_LINEAR; in pstip_transform_prolog()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h131 unsigned Interpolate : 1; /**< any interpolation info? */ member
154 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c97 decl.Declaration.Interpolate = 1; in emit_output()
102 decl.Interp.Interpolate = interp; in emit_output()
/third_party/skia/third_party/externals/tint/src/resolver/
Ddecoration_validation_test.cc102 return {builder.Interpolate(source, ast::InterpolationType::kLinear, in createDecorations()
1269 Interpolate(Source{{12, 34}}, params.type, params.sampling)})}, in TEST_P()
1290 Interpolate(Source{{12, 34}}, params.type, params.sampling)})}, in TEST_P()
1316 Interpolate(Source{{12, 34}}, params.type, params.sampling)})}, in TEST_P()
1400 Interpolate(Source{{12, 34}}, ast::InterpolationType::kFlat, in TEST_F()
1415 Interpolate(Source{{12, 34}}, ast::InterpolationType::kFlat, in TEST_F()
1427 {Interpolate(Source{{12, 34}}, ast::InterpolationType::kFlat, in TEST_F()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp27 sw::SIMD::Float Interpolate(const sw::SIMD::Float &x, const sw::SIMD::Float &y, const sw::SIMD::Flo… in Interpolate() function
909 dst.move(i, Interpolate(ptr, d.Location, 0, i, state, SpirvShader::Centroid)); in EmitExtGLSLstd450()
920 dst.move(i, Interpolate(ptr, d.Location, insn.word(6), i, state, SpirvShader::AtSample)); in EmitExtGLSLstd450()
931 dst.move(i, Interpolate(ptr, d.Location, insn.word(6), i, state, SpirvShader::AtOffset)); in EmitExtGLSLstd450()
975 SIMD::Float SpirvShader::Interpolate(SIMD::Pointer const &ptr, int32_t location, Object::ID paramId, in Interpolate() function in sw::SpirvShader
1086 return ::Interpolate(x, y, rhw, A, B, C, flat, perspective); in interpolateAtXY()
/third_party/libsnd/m4/
Dax_recursive_eval.m411 # Interpolate the VALUE in loop until it doesn't change, and set the
/third_party/skia/third_party/externals/tint/src/transform/
Dcanonicalize_entry_point_io.cc171 attributes.push_back(ctx.dst->Interpolate( in AddInput()
230 attributes.push_back(ctx.dst->Interpolate( in AddOutput()
/third_party/skia/third_party/externals/angle2/src/common/
DPackedGLEnums_autogen.cpp1520 return TextureCombine::Interpolate; in FromGLenum()
1544 case TextureCombine::Interpolate: in ToGLenum()
1574 case TextureCombine::Interpolate: in operator <<()
DPackedGLEnums_autogen.h396 Interpolate = 4, enumerator
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c113 static WEBP_INLINE int Interpolate(int v) { in Interpolate() function
126 const int y = Interpolate(base_value << shift); // final uplifted value in LinearToGamma()
/third_party/mesa3d/docs/relnotes/
D18.3.5.rst88 - radv: Interpolate less aggressively.

123