Home
last modified time | relevance | path

Searched defs:interpolation (Results 1 – 25 of 58) sorted by relevance

123

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dkeyframe-interpolations.js23 interpolations.filter(function(interpolation) { argument
25 }).forEach(function(interpolation) { argument
105 interpolation: scope.propertyInterpolation(groupName, property
/external/tensorflow/tensorflow/python/keras/preprocessing/
Dimage_dataset.py46 interpolation='bilinear', argument
237 interpolation, argument
251 def load_image(path, image_size, num_channels, interpolation, argument
Dimage.py51 def smart_resize(x, size, interpolation='bilinear'): argument
280 interpolation='nearest'): argument
384 interpolation='nearest', argument
568 interpolation='nearest', argument
912 interpolation='nearest'): argument
1011 interpolation='nearest', argument
/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
22 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
40 Interpolation interpolation) { in addVarying()
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing.py57 def check_fill_mode_and_interpolation(fill_mode, interpolation): argument
91 interpolation='bilinear', argument
486 interpolation='bilinear', argument
619 interpolation='bilinear', argument
782 interpolation='bilinear', argument
904 interpolation='bilinear', argument
1138 interpolation='bilinear', argument
1233 interpolation='bilinear', argument
1312 def get_interpolation(interpolation): argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawExplicitVertexParameterTests.cpp94 Interpolation interpolation; member
100 const char* interpolationToString (Interpolation interpolation) in interpolationToString()
115 std::string barycentricVariableString (Interpolation interpolation, AuxiliaryQualifier aux) in barycentricVariableString()
DvktDrawMultipleInterpolationTests.cpp70 const char* interpolationToString (Interpolation interpolation) in interpolationToString()
306 Interpolation interpolation, in render()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dresize_bilinear.h102 T interpolation = in ResizeBilinear() local
216 const T interpolation = in ResizeBilinearInteger() local
/external/armnn/src/profiling/
DRegisterBackendCounters.cpp38 uint16_t interpolation, in RegisterCounter()
DICounterDirectory.hpp101 uint16_t interpolation, in Counter()
DCounterDirectory.cpp185 uint16_t interpolation, in RegisterCounter()
/external/python/cpython3/Lib/test/
Dtest_configparser.py46 interpolation = configparser._UNSET variable in CfgParserTestCaseClass
995 interpolation = None variable in ConfigParserTestCaseNoInterpolation
1031 interpolation = configparser.LegacyInterpolation() variable in ConfigParserTestCaseLegacyInterpolation
1169 interpolation = configparser.ExtendedInterpolation() variable in ConfigParserTestCaseExtendedInterpolation
/external/ComputeLibrary/src/runtime/CL/tuners/
DBifrostTuner.cpp258 const InterpolationPolicy interpolation = k.get_interpolation_policy(); in tune_scale_kernel() local
/external/mesa3d/src/compiler/nir/
Dnir_lower_two_sided_color.c52 enum glsl_interp_mode interpolation) in create_input()
/external/tensorflow/tensorflow/core/kernels/image/
Dimage_ops.cc53 const Interpolation& interpolation, in DoImageProjectiveTransformOp()
Dresize_bilinear_op.cc94 CachedInterpolation* interpolation) { in compute_interpolation_weights()
/external/angle/src/libANGLE/
DVaryingPacking.h137 sh::InterpolationType interpolation; member
DVaryingPacking.cpp527 sh::InterpolationType interpolation = input ? input->interpolation : output->interpolation; in collectUserVarying() local
555 sh::InterpolationType interpolation = input ? input->interpolation : output->interpolation; in collectUserVaryingField() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c121 unsigned interpolation[] = { INTERP_MODE_FLAT }; in set_fragment_shader() local
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c258 int interpolation = 0; in Scale2D() local
/external/libaom/libaom/aom_scale/generic/
Daom_scale.c260 int interpolation = 0; in Scale2D() local
/external/deqp/framework/opengl/
DgluVarType.cpp178 const char* getInterpolationName (Interpolation interpolation) in getInterpolationName()
/external/angle/src/compiler/translator/
DShaderVars.cpp21 InterpolationType GetNonAuxiliaryInterpolationType(InterpolationType interpolation) in GetNonAuxiliaryInterpolationType()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). member
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()
/external/angle/include/GLSLANG/
DShaderVars.h233 InterpolationType interpolation; member

123