/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_post_process_util.cpp | 134 samplers_.linear = in Init() 542 mainInput.samplerHandle = samplers_.linear; in ExecuteCombine() 544 binder.BindImage(binding++, bloomImage, samplers_.linear); in ExecuteCombine() 545 binder.BindImage(binding++, images_.dirtMask, samplers_.linear); in ExecuteCombine() 601 binder.BindSampler(++binding, samplers_.linear); in ExecuteFXAA() 659 binder.BindSampler(++binding, samplers_.linear); in ExecuteTAA() 852 binder.BindSampler(binding, samplers_.linear); in ExecuteBlit()
|
H A D | render_node_post_process_util.h | 148 RenderHandle linear; member
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.c | 209 loader->linear = advance_width; in tt_get_metrics() 278 loader->linear = advance_width; in tt_get_metrics_incremental() 994 /* recalculate linear horizontal and vertical advances */ in TT_Process_Simple_Glyph() 997 /* XXX: change all FreeType modules to store `linear' and `vadvance' */ in TT_Process_Simple_Glyph() 1000 loader->linear = FT_PIX_ROUND( unrounded[n_points - 3].x - in TT_Process_Simple_Glyph() 1807 /* recalculate linear horizontal and vertical advances */ in load_truetype_glyph() 1810 loader->linear = FT_PIX_ROUND( unrounded[1].x - in load_truetype_glyph() 2046 /* recalculate linear horizontal and vertical advances */ in load_truetype_glyph() 2049 loader->linear = in load_truetype_glyph() 2132 linear_hadvance = loader->linear; in load_truetype_glyph() [all...] |
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | image_loader_stb_image.cpp | 102 // Generate lookup table to premultiply sRGB encoded image in linear space and reencoding it to sRGB in InitializeSRGBTable() 125 uint8_t* imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t bytesPerChannel, bool linear) in PremultiplyAlpha() 135 if (linear) { in PremultiplyAlpha() 124 PremultiplyAlpha( uint8_t* imageBytes, uint32_t width, uint32_t height, uint32_t channelCount, uint32_t bytesPerChannel, bool linear) PremultiplyAlpha() argument
|
H A D | image_loader_common.h | 35 uint32_t bytesPerChannel, bool linear);
|
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | mp2975.c | 664 .format[PSC_VOLTAGE_IN] = linear, 667 .format[PSC_CURRENT_IN] = linear,
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_layout.c | 31 * faster than u-interleaved tiling which is faster than linear. Within AFBC, 132 * the tile size. For AFBC, this is the superblock size. For linear textures, 158 * image with linear headers, this is simply the number of header blocks 160 * image with linear headers, this is multipled by the number of rows of 338 bool linear = layout->modifier == DRM_FORMAT_MOD_LINEAR; in pan_image_layout_init() local 366 * linear/tiled and as a requirement for AFBC */ in pan_image_layout_init() 380 } else if (linear) { in pan_image_layout_init()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_debug.c | 384 boolean linear = is_linear(tile->state, block, k); in do_debug_bin() local 426 if (linear) in do_debug_bin() 427 debug_printf(" linear"); in do_debug_bin()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCubic.cpp | 146 /* if returning true, check contains true if cubic's hull collapsed, making the cubic linear 150 bool linear = true; in hullIntersects() local 179 linear = false; in hullIntersects() 194 *isLinear = linear; in hullIntersects()
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_vgu.h | 285 * @brief Defines a linear gradient. 289 VGUScalar x1; /* < Horizontal coordinate of the start point of the linear gradient */ 290 VGUScalar y1; /* < Vertical coordinate of the start point of the linear gradient */ 291 VGUScalar x2; /* < Horizontal coordinate of the end point of the linear gradient */ 292 VGUScalar y2; /* < Vertical coordinate of the end point of the linear gradient */ 358 VGULinear linear; /* < Linear gradient object */ member 699 * @brief Creates a linear gradient object.
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_material_deferred_shading.h | 139 RENDER_NS::RenderHandle linear; member
|
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
H A D | int3403_thermal.c | 32 u64 linear; member
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | int3403_thermal.c | 32 u64 linear; member
|
/third_party/ffmpeg/libswresample/ |
H A D | swresample_internal.h | 71 typedef struct ResampleContext * (* resample_init_func)(struct ResampleContext *c, int out_rate, int in_rate, int filter_size, int phase_shift, int linear,
|
/third_party/node/deps/histogram/include/hdr/ |
H A D | hdr_histogram.h | 401 struct hdr_iter_linear linear; member 428 * Initialise the iterator for use with linear values.
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_driver.h | 43 unsigned linear : 1; /* linearly interpolated if true (and not flat) */ member
|
/kernel/linux/linux-6.6/net/packet/ |
H A D | af_packet.c | 2925 size_t linear, int noblock, in packet_alloc_skb() 2931 if (prepad + len < PAGE_SIZE || !linear) in packet_alloc_skb() 2932 linear = len; in packet_alloc_skb() 2934 if (len - linear > MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in packet_alloc_skb() 2935 linear = len - MAX_SKB_FRAGS * (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER); in packet_alloc_skb() 2936 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in packet_alloc_skb() 2942 skb_put(skb, linear); in packet_alloc_skb() 2943 skb->data_len = len - linear; in packet_alloc_skb() 2944 skb->len += len - linear; in packet_alloc_skb() 2923 packet_alloc_skb(struct sock *sk, size_t prepad, size_t reserve, size_t len, size_t linear, int noblock, int *err) packet_alloc_skb() argument 2963 int hlen, tlen, linear; packet_snd() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_gs.c | 565 unsigned num_input_verts = input_prim->linear ? in draw_geometry_shader_run() 603 input_prim->linear, input_prim->count); in draw_geometry_shader_run() 659 if (input_prim->linear) in draw_geometry_shader_run() 677 output_prims[i].linear = TRUE; in draw_geometry_shader_run()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut3d.c | 1776 { "linear", "use values from the linear interpolation", 0, AV_OPT_TYPE_CONST, {.i64=INTERPOLATE_1D_LINEAR}, 0, 0, TFLAGS, "interp_mode" }, 1923 DEFINE_INTERP_FUNC_PLANAR_1D(linear, 8, 8) 1929 DEFINE_INTERP_FUNC_PLANAR_1D(linear, 16, 9) 1935 DEFINE_INTERP_FUNC_PLANAR_1D(linear, 16, 10) 1941 DEFINE_INTERP_FUNC_PLANAR_1D(linear, 16, 12) 1947 DEFINE_INTERP_FUNC_PLANAR_1D(linear, 16, 14) 1953 DEFINE_INTERP_FUNC_PLANAR_1D(linear, 16, 16) 2019 DEFINE_INTERP_FUNC_PLANAR_1D_FLOAT(linear, 32) 2071 DEFINE_INTERP_FUNC_1D(linear, [all...] |
/third_party/lame/misc/ |
H A D | ath.c | 180 linear = 0, enumerator 754 " type: linear, logarithm, square, cubic, erb, recip\n" in usage() 797 if ( 0 == strncmp ( argv[1], "li" , 2) ) genmode = linear; in main()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngread.c | 141 * matching the chunk name rather than a linear search. in png_read_info() 1518 # define P_LINEAR 2 /* 16-bit linear: not encoded, NOT pre-multiplied! */ 1519 # define P_FILE 3 /* 8-bit encoded to file gamma, not sRGB or linear */ 1520 # define P_LINEAR8 4 /* 8-bit linear: only from a file value */ 2083 * linear. in png_create_colormap_entry() 2150 /* The linear 16-bit values must be pre-multiplied by the alpha channel in png_create_colormap_entry() 2386 * below.) The encoding is 8-bit sRGB or 16-bit linear, depending on the in png_image_read_colormap() 2465 * including the required conversion to sRGB or linear as in png_image_read_colormap() 2722 * 'A' is linear. We need the linear backgroun in png_image_read_colormap() 3936 int linear = (format & PNG_FORMAT_FLAG_LINEAR) != 0; png_image_read_direct() local [all...] |
/kernel/linux/linux-5.10/net/packet/ |
H A D | af_packet.c | 2874 size_t linear, int noblock, in packet_alloc_skb() 2880 if (prepad + len < PAGE_SIZE || !linear) in packet_alloc_skb() 2881 linear = len; in packet_alloc_skb() 2883 skb = sock_alloc_send_pskb(sk, prepad + linear, len - linear, noblock, in packet_alloc_skb() 2889 skb_put(skb, linear); in packet_alloc_skb() 2890 skb->data_len = len - linear; in packet_alloc_skb() 2891 skb->len += len - linear; in packet_alloc_skb() 2910 int hlen, tlen, linear; in packet_snd() local 2976 linear in packet_snd() 2872 packet_alloc_skb(struct sock *sk, size_t prepad, size_t reserve, size_t len, size_t linear, int noblock, int *err) packet_alloc_skb() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 164 /*de gamma, none linear to linear*/ 196 /*re gamma, linear to none linear*/ 433 struct fixed31_32 linear; in translate_to_linear_space() local 438 linear = dc_fixpt_neg( in translate_to_linear_space() 447 linear = dc_fixpt_div(arg, a1); in translate_to_linear_space() 449 linear = dc_fixpt_pow( in translate_to_linear_space() 455 return linear; in translate_to_linear_space() 1809 * If linear, i in mod_color_calculate_degamma_params() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 174 /* de gamma, non-linear to linear */ 206 /* re gamma, linear to non-linear */ 447 struct fixed31_32 linear; in translate_to_linear_space() local 452 linear = dc_fixpt_neg( in translate_to_linear_space() 461 linear = dc_fixpt_div(arg, a1); in translate_to_linear_space() 463 linear = dc_fixpt_pow( in translate_to_linear_space() 469 return linear; in translate_to_linear_space() 1893 * If linear, i in mod_color_calculate_degamma_params() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 807 * alignment for linear UV planes on all platforms. in intel_surf_alignment() 1440 remap_info->linear = 1; in calc_plane_remap_info() 1445 remap_info->linear = 0; in calc_plane_remap_info() 1456 drm_WARN_ON(&i915->drm, remap_info->linear); in calc_plane_remap_info() 1495 if (remap_info->linear) { in calc_plane_remap_info() 1534 if (remap_info->linear) in calc_plane_remap_info() 1784 * To make remapping with linear generally feasible in intel_fb_stride_alignment() 1999 "tiled" : "linear", in intel_framebuffer_init()
|