Home
last modified time | relevance | path

Searched refs:linear (Results 26 - 50 of 278) sorted by relevance

12345678910>>...12

/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dgentests.sh68 for gamma in "" --sRGB --linear --1.8
75 --linear)
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c141 VkFormatFeatureFlags2 linear = 0, optimal = 0, buffer = 0; in tu_physical_device_get_format_properties() local
218 /* For the most part, we can do anything with a linear image that we could in tu_physical_device_get_format_properties()
220 * linear depth texture, because we don't know if there's a bit to control in tu_physical_device_get_format_properties()
222 * disables linear depth rendering, so there's no way to discover it. We in tu_physical_device_get_format_properties()
227 linear = optimal; in tu_physical_device_get_format_properties()
256 linear &= ~(VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT | in tu_physical_device_get_format_properties()
265 linear |= VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_DEPTH_COMPARISON_BIT; in tu_physical_device_get_format_properties()
278 /* D32_SFLOAT_S8_UINT is tiled as two images, so no linear format in tu_physical_device_get_format_properties()
279 * blob enables some linear features, but its not useful, so don't bother. in tu_physical_device_get_format_properties()
282 linear in tu_physical_device_get_format_properties()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c535 if (prim_info->linear) in pipeline()
551 if (prim_info->linear) { in emit()
612 if (fetch_info->linear) { in llvm_pipeline_generic()
805 fetch_info.linear = FALSE; in llvm_middle_end_run()
810 prim_info.linear = FALSE; in llvm_middle_end_run()
833 fetch_info.linear = TRUE; in llvm_middle_end_linear_run()
838 prim_info.linear = TRUE; in llvm_middle_end_linear_run()
863 fetch_info.linear = TRUE; in llvm_middle_end_linear_run_elts()
868 prim_info.linear = FALSE; in llvm_middle_end_linear_run_elts()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-flags.h24 V(linear, Linear, linear, 'l', 6) \
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c71 static unsigned int linear; variable
182 linear = 1; in read_options()
206 printf("linear %u\n", linear); in read_options()
404 if (linear) in search_mem()
/third_party/skia/third_party/externals/brotli/research/
H A Ddraw_histogram.cc31 DEFINE_bool(linear, false, "True if using linear distance mapping.");
35 static bool linear = FLAGS_linear; in DistanceTransform() local
36 if (linear) { in DistanceTransform()
/third_party/ffmpeg/libavresample/
H A Dresample.c145 c->linear = avr->linear_interp; in ff_audio_resample_init()
152 c->resample_one = c->linear ? resample_linear_dbl : resample_one_dbl; in ff_audio_resample_init()
157 c->resample_one = c->linear ? resample_linear_flt : resample_one_flt; in ff_audio_resample_init()
162 c->resample_one = c->linear ? resample_linear_s32 : resample_one_s32; in ff_audio_resample_init()
167 c->resample_one = c->linear ? resample_linear_s16 : resample_one_s16; in ff_audio_resample_init()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Dresample2.c69 int linear; member
177 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){ in av_resample_init() argument
184 c->linear= linear; in av_resample_init()
242 }else if(c->linear){ in av_resample()
/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp44 /* if returning true, check contains true if quad's hull collapsed, making the cubic linear
48 bool linear = true; in hullIntersects() local
60 linear = false; in hullIntersects()
73 if (linear && !matchesEnd(fPts, q2.fPts[0]) && !matchesEnd(fPts, q2.fPts[2])) { in hullIntersects()
78 linear = false; in hullIntersects()
81 *isLinear = linear; in hullIntersects()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_formats.c696 VkFormatFeatureFlags2 linear = 0, tiled = 0, buffer = 0; in radv_physical_device_get_format_properties() local
702 out_properties->linearTilingFeatures = linear; in radv_physical_device_get_format_properties()
710 out_properties->linearTilingFeatures = linear; in radv_physical_device_get_format_properties()
724 /* The subsampled formats have no support for linear filters. */ in radv_physical_device_get_format_properties()
732 /* Fails for unknown reasons with linear tiling & subsampled formats. */ in radv_physical_device_get_format_properties()
744 linear |= VK_FORMAT_FEATURE_2_STORAGE_IMAGE_BIT | in radv_physical_device_get_format_properties()
780 /* Don't support linear depth surfaces */ in radv_physical_device_get_format_properties()
781 linear = 0; in radv_physical_device_get_format_properties()
786 linear |= VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_BIT | VK_FORMAT_FEATURE_2_BLIT_SRC_BIT; in radv_physical_device_get_format_properties()
793 linear | in radv_physical_device_get_format_properties()
[all...]
/third_party/python/Lib/lib2to3/
H A Dbtm_matcher.py3 their rarest linear path, a linear Aho-Corasick automaton is
4 created. The linear automaton traverses the linear paths from the
38 """Reduces a fixer's pattern tree to a linear path and adds it
44 linear = tree.get_linear_subpattern()
45 match_nodes = self.add(linear, start=self.root)
50 "Recursively adds a linear pattern to the AC automaton"
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_host.h100 // Do we want to force saving to a linear DNG?
289 /// Setter for flag determining whether to force saving a linear DNG file.
290 /// \param linear If true, we should force saving a linear DNG file.
292 void SetSaveLinearDNG (bool linear) in SetSaveLinearDNG() argument
294 fSaveLinearDNG = linear; in SetSaveLinearDNG()
297 /// Getter for flag determining whether to save a linear DNG file.
/third_party/skia/gm/
H A Dshallowgradient.cpp78 M(linear, true)
83 M(linear, false)
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/
H A Dtri_ps_4_0.h26 dcl_input_ps linear v1.xyzw
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/
H A Dpassthroughdepth2d11ps.h36 dcl_input_ps linear v1.xy
H A Dpassthroughrgba3d11ps.h37 dcl_input_ps linear v2.xyz
H A Dmultiplyalpha_ftof_pm_rgba_3d_ps.h37 dcl_input_ps linear v2.xyz
H A Dmultiplyalpha_ftof_pm_rgba_2d_ps.h36 dcl_input_ps linear v1.xy
H A Dpassthroughlum3d11ps.h37 dcl_input_ps linear v2.xyz
H A Dpassthroughrgba2darray11ps.h38 dcl_input_ps linear v2.xy
H A Dpassthroughrgba2d11ps.h53 dcl_input_ps linear v1.xy
H A Dpassthroughrgb3d11ps.h37 dcl_input_ps linear v2.xyz
H A Dmultiplyalpha_ftof_pm_luma_3d_ps.h37 dcl_input_ps linear v2.xyz
H A Dmultiplyalpha_ftof_pm_luma_2d_ps.h36 dcl_input_ps linear v1.xy
/third_party/ffmpeg/libswresample/
H A Dresample.c288 static ResampleContext *resample_init(ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear, in resample_init() argument
311 if (!c || c->phase_count != phase_count || c->linear!=linear || c->factor != factor in resample_init()
345 c->linear = linear; in resample_init()
493 resample_func = (c->linear && (c->frac || c->dst_incr_mod)) ? in multiple_resample()

Completed in 15 milliseconds

12345678910>>...12