Home
last modified time | relevance | path

Searched refs:interpolation_type (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_lensfun.c72 int interpolation_type; member
85 int interpolation_type; member
123 …{ "interpolation", "Type of interpolation", OFFSET(interpolation_type), AV_OPT_TYPE_INT, {.i64=LIN…
276 if (lensfun->interpolation_type == LANCZOS) { in config_props()
330 switch(thread_data->interpolation_type) { in distortion_correction_filter_slice()
384 switch(thread_data->interpolation_type) { in distortion_correction_filter_slice()
491 .interpolation_type = lensfun->interpolation_type in filter_frame()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp2120 const glw::GLchar* interpolation_type; in getPassThroughFragmentShaderCode() local
2126 …getColorType(sampler_type, color_type, interpolation_type, ignored_sampler_type, ignored_n_compone… in getPassThroughFragmentShaderCode()
2133 …stream << interpolation_type << shader_input << color_type << fragment_shader_input << ";" << std:… in getPassThroughFragmentShaderCode()
2226 const glw::GLchar* interpolation_type = 0; in getPassThroughTesselationEvaluationShaderCode() local
2230 …getColorType(sampler_type, color_type, interpolation_type, ignored_sampler_type, ignored_n_compone… in getPassThroughTesselationEvaluationShaderCode()
2241 …stream << interpolation_type << shader_input << color_type << tesselation_evaluation_shader_input … in getPassThroughTesselationEvaluationShaderCode()
2247 …stream << interpolation_type << shader_output << color_type << fragment_shader_input << ";" << std… in getPassThroughTesselationEvaluationShaderCode()
2351 const glw::GLchar* interpolation_type = 0; in getSamplingComputeShaderCode() local
2367 …getColorType(sampler_type, color_type, interpolation_type, sampler_type_str, image_type_str, image… in getSamplingComputeShaderCode()
2485 const glw::GLchar* interpolation_type = 0; in getSamplingFragmentShaderCode() local
[all …]
/third_party/skia/third_party/externals/tint/src/inspector/
Dentry_point.h71 InterpolationType interpolation_type = InterpolationType::kUnknown; member
Dinspector.cc116 auto interpolation_type = interpolation_decoration->type; in CalculateInterpolationData() local
118 if (interpolation_type != ast::InterpolationType::kFlat && in CalculateInterpolationData()
122 return {ASTToInspectorInterpolationType(interpolation_type), in CalculateInterpolationData()
623 std::tie(stage_variable.interpolation_type, in AddEntryPointInOutVariables()
Dinspector_test.cc951 result[0].input_variables[0].interpolation_type); in TEST_F()
974 EXPECT_EQ(params.out_type, result[0].input_variables[0].interpolation_type); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp762 TintInterpolationTypeToInterpolationType(outputVar.interpolation_type)); in ReflectShaderUsingTint()
801 TintInterpolationTypeToInterpolationType(inputVar.interpolation_type)); in ReflectShaderUsingTint()