Home
last modified time | relevance | path

Searched refs:Interpolator (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.h116 class Interpolator { class in r600::FragmentShaderEG
118 Interpolator();
146 std::array<Interpolator, s_max_interpolators> m_interpolator;
H A Dsfn_shader_fs.cpp711 sfn_log << SfnLog::io << "Interpolator " << i << " test enabled\n"; in allocate_interpolators_or_inputs()
719 sfn_log << SfnLog::io << "Interpolator " << i << " is enabled with ij=" << num_baryc <<" \n"; in allocate_interpolators_or_inputs()
794 sfn_log << SfnLog::io << "Using Interpolator (" << *params.j << ", " << *params.i << ")" << "\n"; in load_interpolated()
986 FragmentShaderEG::Interpolator::Interpolator(): in Interpolator() function in r600::FragmentShaderEG::Interpolator
/third_party/skia/src/ports/
H A DSkTypeface_mac_ct.cpp331 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>;
336 static Interpolator::Mapping nativeWeightMappings[11];
345 static constexpr Interpolator nativeInterpolator(
357 using Interpolator = LinearInterpolater<CGFloat, int, RoundCGFloatToInt>;
362 static Interpolator::Mapping nativeWeightMappings[11];
363 static Interpolator::Mapping dataProviderWeightMappings[11];
376 static constexpr Interpolator nativeInterpolator(
378 static constexpr Interpolator dataProviderInterpolator(
387 using Interpolator = LinearInterpolater<int, CGFloat, CGFloatIdentity>;
391 static constexpr Interpolator
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuRasterizationVerifier.cpp657 template <typename Interpolator>
662 const Interpolator& interpolator)

Completed in 7 milliseconds