| /third_party/skia/src/gpu/glsl/ |
| D | GrGLSLVarying.cpp | 14 Interpolation interpolation) { in addPassThroughAttribute() 22 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation() 40 Interpolation interpolation) { in addVarying()
|
| /third_party/flutter/skia/src/gpu/glsl/ |
| D | GrGLSLVarying.cpp | 14 Interpolation interpolation) { in addPassThroughAttribute() 23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation() 41 Interpolation interpolation) { in addVarying()
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/vision/ |
| D | resize_ir.cc | 26 ResizeOperation::ResizeOperation(const std::vector<int32_t> &size, InterpolationMode interpolation) in ResizeOperation() 76 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
|
| D | resize_with_bbox_ir.cc | 31 …eration::ResizeWithBBoxOperation(const std::vector<int32_t> &size, InterpolationMode interpolation) in ResizeWithBBoxOperation() 79 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
|
| D | random_resized_crop_with_bbox_ir.cc | 34 … InterpolationMode interpolation, in RandomResizedCropWithBBoxOperation() 105 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
|
| D | random_resized_crop_ir.cc | 35 … InterpolationMode interpolation, int32_t max_attempts) in RandomResizedCropOperation() 109 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
|
| D | affine_ir.cc | 26 const std::vector<float> &shear, InterpolationMode interpolation, in AffineOperation() 100 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["resample"]); in from_json() local
|
| D | random_crop_decode_resize_ir.cc | 34 … InterpolationMode interpolation, int32_t max_attempts) in RandomCropDecodeResizeOperation() 90 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["interpolation"]); in from_json() local
|
| D | random_affine_ir.cc | 39 … const std::vector<float_t> &shear_ranges, InterpolationMode interpolation, in RandomAffineOperation() 176 InterpolationMode interpolation = static_cast<InterpolationMode>(op_params["resample"]); in from_json() local
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
| D | resize_cubic_op.cc | 52 struct interpolation { struct 53 double (*interpolation)(double x); argument 54 double threshold;
|
| D | random_crop_and_resize_with_bbox_op.h | 32 …opAndResizeOp(target_height, target_width, scale_lb, scale_ub, aspect_lb, aspect_ub, interpolation, in RandomCropAndResizeOp() argument
|
| D | random_crop_decode_resize_op.cc | 26 … InterpolationMode interpolation, int32_t max_attempts) in RandomCropDecodeResizeOp()
|
| D | affine_op.cc | 39 const std::vector<float_t> &shear, InterpolationMode interpolation, in AffineOp()
|
| D | random_affine_op.cc | 35 InterpolationMode interpolation, std::vector<uint8_t> fill_value) in RandomAffineOp()
|
| D | random_crop_and_resize_op.cc | 35 InterpolationMode interpolation, int32_t max_attempts) in RandomCropAndResizeOp()
|
| /third_party/mindspore/tests/ut/python/dataset/ |
| D | test_resize.py | 120 def test_invalid_input(test_name, size, interpolation, error, error_msg): argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawExplicitVertexParameterTests.cpp | 94 Interpolation interpolation; member 100 const char* interpolationToString (Interpolation interpolation) in interpolationToString() 115 std::string barycentricVariableString (Interpolation interpolation, AuxiliaryQualifier aux) in barycentricVariableString()
|
| /third_party/mindspore/tests/ut/cpp/dataset/ |
| D | deserialize_test.cc | 107 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local 167 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local 232 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local 285 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local 382 InterpolationMode interpolation = InterpolationMode::kLinear; in TEST_F() local
|
| /third_party/mindspore/mindspore/dataset/vision/ |
| D | c_transforms.py | 966 interpolation=Inter.BILINEAR, max_attempts=10): argument 1170 interpolation=Inter.BILINEAR, max_attempts=10): argument 1219 interpolation=Inter.BILINEAR, max_attempts=10): argument 1552 def __init__(self, size, interpolation=Inter.LINEAR): argument 1590 def __init__(self, size, interpolation=Inter.LINEAR): argument
|
| D | py_transforms_util.py | 268 def resize(img, size, interpolation=Inter.BILINEAR): argument 330 def random_resize_crop(img, size, scale, ratio, interpolation=Inter.BILINEAR, max_attempts=10): argument 931 def perspective(img, start_points, end_points, interpolation=Inter.BICUBIC): argument
|
| /third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/kernels/ir/image/ |
| D | bindings.cc | 281 InterpolationMode interpolation, const std::vector<uint8_t> &fill_value) { in __anon582122532602() 318 … const std::vector<float> &ratio, InterpolationMode interpolation, int32_t max_attempts) { in __anon582122532c02() 391 … const std::vector<float> &ratio, InterpolationMode interpolation, int32_t max_attempts) { in __anon582122533802() 405 int32_t max_attempts) { in __anon582122533a02()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_two_sided_color.c | 52 enum glsl_interp_mode interpolation) in create_input()
|
| /third_party/python/Lib/test/ |
| D | test_configparser.py | 46 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
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | VaryingPacking.h | 72 sh::InterpolationType interpolation; member
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_lensfun.c | 70 const float *interpolation; member 88 float *interpolation; member
|