/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | gentests.sh | 68 for gamma in "" --sRGB --linear --1.8 75 --linear)
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.c | 141 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 D | draw_pt_fetch_shade_pipeline_llvm.c | 535 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 D | regexp-flags.h | 24 V(linear, Linear, linear, 'l', 6) \
|
/third_party/ltp/utils/benchmark/ebizzy-0.3/ |
H A D | ebizzy.c | 71 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 D | draw_histogram.cc | 31 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 D | resample.c | 145 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 D | resample2.c | 69 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 D | SkPathOpsQuad.cpp | 44 /* 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 D | radv_formats.c | 696 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 D | btm_matcher.py | 3 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 D | dng_host.h | 100 // 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 D | shallowgradient.cpp | 78 M(linear, true) 83 M(linear, false)
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
H A D | tri_ps_4_0.h | 26 dcl_input_ps linear v1.xyzw
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
H A D | passthroughdepth2d11ps.h | 36 dcl_input_ps linear v1.xy
|
H A D | passthroughrgba3d11ps.h | 37 dcl_input_ps linear v2.xyz
|
H A D | multiplyalpha_ftof_pm_rgba_3d_ps.h | 37 dcl_input_ps linear v2.xyz
|
H A D | multiplyalpha_ftof_pm_rgba_2d_ps.h | 36 dcl_input_ps linear v1.xy
|
H A D | passthroughlum3d11ps.h | 37 dcl_input_ps linear v2.xyz
|
H A D | passthroughrgba2darray11ps.h | 38 dcl_input_ps linear v2.xy
|
H A D | passthroughrgba2d11ps.h | 53 dcl_input_ps linear v1.xy
|
H A D | passthroughrgb3d11ps.h | 37 dcl_input_ps linear v2.xyz
|
H A D | multiplyalpha_ftof_pm_luma_3d_ps.h | 37 dcl_input_ps linear v2.xyz
|
H A D | multiplyalpha_ftof_pm_luma_2d_ps.h | 36 dcl_input_ps linear v1.xy
|
/third_party/ffmpeg/libswresample/ |
H A D | resample.c | 288 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()
|