Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
26 using Interpolation = GrGLSLVaryingHandler::Interpolation; in use_flat_interpolation() typedef
27 case Interpolation::kInterpolated: in use_flat_interpolation()
29 case Interpolation::kCanBeFlat: in use_flat_interpolation()
33 case Interpolation::kMustBeFlat: in use_flat_interpolation()
42 Interpolation interpolation) { in addVarying()
43 SkASSERT(GrSLTypeIsFloatType(varying->type()) || Interpolation::kMustBeFlat == interpolation); in addVarying()
DGrGLSLVarying.h105 enum class Interpolation { enum
120 Interpolation = Interpolation::kInterpolated);
131 Interpolation = Interpolation::kInterpolated);
/external/skqp/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
26 using Interpolation = GrGLSLVaryingHandler::Interpolation; in use_flat_interpolation() typedef
27 case Interpolation::kInterpolated: in use_flat_interpolation()
29 case Interpolation::kCanBeFlat: in use_flat_interpolation()
33 case Interpolation::kMustBeFlat: in use_flat_interpolation()
42 Interpolation interpolation) { in addVarying()
43 SkASSERT(GrSLTypeIsFloatType(varying->type()) || Interpolation::kMustBeFlat == interpolation); in addVarying()
DGrGLSLVarying.h105 enum class Interpolation { enum
120 Interpolation = Interpolation::kInterpolated);
131 Interpolation = Interpolation::kInterpolated);
/external/tensorflow/tensorflow/contrib/image/kernels/
Dimage_ops.h32 enum Interpolation { INTERPOLATION_NEAREST, INTERPOLATION_BILINEAR }; enum
42 const Interpolation interpolation_;
50 const Interpolation interpolation) in ProjectiveGenerator()
146 using generator::Interpolation;
154 const Interpolation interpolation_;
156 FillProjectiveTransform(Interpolation interpolation) in FillProjectiveTransform()
Dimage_ops.cc47 using generator::Interpolation;
55 Interpolation interpolation_;
/external/skqp/src/gpu/effects/
DGrAtlasedShaderHelpers.h23 using Interpolation = GrGLSLVaryingHandler::Interpolation; in append_index_uv_varyings() local
46 ? Interpolation::kMustBeFlat in append_index_uv_varyings()
47 : Interpolation::kCanBeFlat); in append_index_uv_varyings()
/external/skia/src/gpu/effects/
DGrAtlasedShaderHelpers.h23 using Interpolation = GrGLSLVaryingHandler::Interpolation; in append_index_uv_varyings() local
46 ? Interpolation::kMustBeFlat in append_index_uv_varyings()
47 : Interpolation::kCanBeFlat); in append_index_uv_varyings()
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c82 p ->Interpolation.Lerp16 = NULL; in _cmsSetInterpolationRoutine()
86 p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags); in _cmsSetInterpolationRoutine()
90 if (p ->Interpolation.Lerp16 == NULL) in _cmsSetInterpolationRoutine()
91 p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags); in _cmsSetInterpolationRoutine()
94 if (p ->Interpolation.Lerp16 == NULL) { in _cmsSetInterpolationRoutine()
1405 cmsInterpFunction Interpolation; in DefaultInterpolatorsFactory() local
1409 memset(&Interpolation, 0, sizeof(Interpolation)); in DefaultInterpolatorsFactory()
1413 return Interpolation; in DefaultInterpolatorsFactory()
1422 Interpolation.LerpFloat = LinLerp1Dfloat; in DefaultInterpolatorsFactory()
1424 Interpolation.Lerp16 = LinLerp1D; in DefaultInterpolatorsFactory()
[all …]
/external/deqp/framework/opengl/
DgluVarType.hpp184 enum Interpolation enum
192 const char* getInterpolationName (Interpolation interpolation);
258 … varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_…
264 Interpolation interpolation;
DgluVarType.cpp178 const char* getInterpolationName (Interpolation interpolation) in getInterpolationName()
260 …(const VarType& varType_, const std::string& name_, Storage storage_, Interpolation interpolation_… in VariableDeclaration()
/external/skia/src/gpu/ccpr/
DGrCCPathProcessor.cpp146 using Interpolation = GrGLSLVaryingHandler::Interpolation; in onEmitCode() typedef
163 args.fOutputColor, Interpolation::kCanBeFlat); in onEmitCode()
/external/skqp/src/gpu/ccpr/
DGrCCPathProcessor.cpp144 using Interpolation = GrGLSLVaryingHandler::Interpolation; in onEmitCode() typedef
161 args.fOutputColor, Interpolation::kCanBeFlat); in onEmitCode()
/external/libavc/common/arm/
Dih264_inter_pred_luma_vert_qpel_a9q.s159 vrhadd.u8 q15, q10, q15 @ Interpolation to obtain qpel value
178 vrhadd.u8 q15, q7, q15 @ Interpolation to obtain qpel value
193 vrhadd.u8 q15, q8, q15 @ Interpolation to obtain qpel value
204 vrhadd.u8 q15, q9, q15 @ Interpolation to obtain qpel value
247 vrhadd.u8 q13, q4, q13 @ Interpolation step for qpel calculation
303 vrhadd.u8 q13, q13, q4 @Interpolation step for qpel calculation
315 vrhadd.u8 q14, q6, q14 @Interpolation step for qpel calculation
Dih264_inter_pred_luma_horz_qpel_a9q.s176 vrhadd.u8 q10, q6, q10 @Interpolation step for qpel calculation
182 vrhadd.u8 q9, q6, q9 @Interpolation step for qpel calculation
218 vrhadd.u8 q9, q6, q9 @Interpolation step for qpel calculation
253 vrhadd.u8 q9, q6, q9 @Interpolation step for qpel calculation
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp74 enum Interpolation enum
83 static const char* getInterpolationName (Interpolation interp) in getInterpolationName()
98 Varying (const char* name_, const glu::VarType& type_, Interpolation interp_) in Varying()
107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid).
185 void addVarying (const char* name, const glu::VarType& type, Interpolation interp);
221 void ProgramSpec::addVarying (const char* name, const glu::VarType& type, Interpolation interp) in addVarying()
1337 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in BasicTypeCase()
1351 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in BasicArrayCase()
1376 … deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) in ArrayElementCase()
1435 static const Interpolation interpModes[] = in init()
[all …]
/external/skqp/src/gpu/ops/
DGrLatticeOp.cpp57 using Interpolation = GrGLSLVaryingHandler::Interpolation; in createGLSLInstance() typedef
74 latticeGP.fInTextureDomain, "textureDomain", Interpolation::kCanBeFlat); in createGLSLInstance()
77 Interpolation::kCanBeFlat); in createGLSLInstance()
DGrQuadPerEdgeAA.cpp565 using Interpolation = GrGLSLVaryingHandler::Interpolation; in createGLSLInstance() typedef
609 Interpolation::kInterpolated : Interpolation::kCanBeFlat); in createGLSLInstance()
637 Interpolation::kCanBeFlat); in createGLSLInstance()
/external/skia/src/gpu/ops/
DGrLatticeOp.cpp57 using Interpolation = GrGLSLVaryingHandler::Interpolation; in createGLSLInstance() typedef
74 latticeGP.fInTextureDomain, "textureDomain", Interpolation::kCanBeFlat); in createGLSLInstance()
77 Interpolation::kCanBeFlat); in createGLSLInstance()
DGrQuadPerEdgeAA.cpp853 using Interpolation = GrGLSLVaryingHandler::Interpolation; in createGLSLInstance() typedef
897 Interpolation::kInterpolated : Interpolation::kCanBeFlat); in createGLSLInstance()
925 Interpolation::kCanBeFlat); in createGLSLInstance()
/external/python/cpython3/Lib/
Dconfigparser.py359 class Interpolation: class
375 class BasicInterpolation(Interpolation):
447 class ExtendedInterpolation(Interpolation):
521 class LegacyInterpolation(Interpolation):
586 _DEFAULT_INTERPOLATION = Interpolation()
634 self._interpolation = Interpolation()
1215 self._interpolation = Interpolation()
/external/virglrenderer/docs/
DGL-status.txt28 - Interpolation functions
/external/deqp/data/gles31/shaders/es32/
Dseparate_shader_validation.test653 desc "Interpolation qualifier mismatch"
685 desc "Interpolation qualifier mismatch"
717 desc "Interpolation qualifier mismatch"
749 desc "Interpolation qualifier mismatch"
781 desc "Interpolation qualifier mismatch"
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.linkage.txt36 + Interpolation rules for varyings
/external/deqp/data/gles31/shaders/es31/
Dseparate_shader_validation.test635 desc "Interpolation qualifier mismatch"
667 desc "Interpolation qualifier mismatch"
699 desc "Interpolation qualifier mismatch"
731 desc "Interpolation qualifier mismatch"
763 desc "Interpolation qualifier mismatch"

123