Home
last modified time | relevance | path

Searched refs:hmax (Results 26 - 49 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/util/
H A Djitdump.c71 #define hmax(a, b) ((a) > (b) ? (a) : (b)) macro
146 bsz = hmax(sizeof(header), sizeof(*prefix)); in jit_open()
/kernel/linux/linux-6.6/tools/perf/util/
H A Djitdump.c66 #define hmax(a, b) ((a) > (b) ? (a) : (b)) macro
152 bsz = hmax(sizeof(header), sizeof(*prefix)); in jit_open()
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_neon_4.h568 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() function
801 ASTCENC_SIMD_INLINE vfloat4 hmax(vfloat4 a) in hmax() function
H A Dastcenc_vecmathlib_sse_4.h609 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() function
861 ASTCENC_SIMD_INLINE vfloat4 hmax(vfloat4 a) in hmax() function
H A Dastcenc_vecmathlib_none_4.h627 ASTCENC_SIMD_INLINE vint4 hmax(vint4 a) in hmax() function
892 ASTCENC_SIMD_INLINE vfloat4 hmax(vfloat4 a) in hmax() function
H A Dastcenc_ideal_endpoints_and_weights.cpp937 unsigned int max_texel_count = hmax(weight_texel_count).lane<0>();
999 unsigned int max_texel_count = hmax(weight_texel_count).lane<0>();
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb.c2943 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2966 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2967 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2973 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap()
H A Damifb.c2314 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
2338 hmax = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
2339 if (hmax <= 0 || hmax <= hmin) in amifb_setup_mcap()
2343 amifb_hfmax = hmax; in amifb_setup_mcap()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Datafb.c2875 int vmin, vmax, hmin, hmax; in atafb_setup_mcap() local
2898 hmax = 1000 * simple_strtoul(p, NULL, 10); in atafb_setup_mcap()
2899 if (hmax <= 0 || hmax <= hmin) in atafb_setup_mcap()
2905 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap()
H A Damifb.c2314 int vmin, vmax, hmin, hmax; in amifb_setup_mcap() local
2338 hmax = 1000 * simple_strtoul(p, NULL, 10); in amifb_setup_mcap()
2339 if (hmax <= 0 || hmax <= hmin) in amifb_setup_mcap()
2343 amifb_hfmax = hmax; in amifb_setup_mcap()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp937 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
947 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
964 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
974 IVec2(min, hmax), in generateBasic2DCaseIterations()
976 IVec2(0, hmax), in generateBasic2DCaseIterations()
977 IVec2(hmax, 0))); in generateBasic2DCaseIterations()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp949 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
959 result.push_back(GatherArgs(componentNdx, IVec2(0, hmax))); in generateBasic2DCaseIterations()
976 const int hmax = divRoundToZero(max, 2); in generateBasic2DCaseIterations() local
986 IVec2(min, hmax), in generateBasic2DCaseIterations()
988 IVec2(0, hmax), in generateBasic2DCaseIterations()
989 IVec2(hmax, 0))); in generateBasic2DCaseIterations()
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2271 unsigned hmax; member
2463 if (h >= params->hmax) { in tpg_fill_plane_pattern()
2464 if (params->hmax == tpg->compose.height) in tpg_fill_plane_pattern()
2602 params.hmax = (tpg->compose.height * tpg->perc_fill) / 100; in tpg_fill_plane_buffer()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1395 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image()
1416 hmax = height; in jpeg_bound_align_image()
1420 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()
1424 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()
1392 jpeg_bound_align_image(struct s5p_jpeg_ctx *ctx, u32 *w, unsigned int wmin, unsigned int wmax, unsigned int walign, u32 *h, unsigned int hmin, unsigned int hmax, unsigned int halign) jpeg_bound_align_image() argument
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1393 u32 *h, unsigned int hmin, unsigned int hmax, in jpeg_bound_align_image()
1414 hmax = height; in jpeg_bound_align_image()
1418 v4l_bound_align_image(w, wmin, wmax, walign, h, hmin, hmax, halign, 0); in jpeg_bound_align_image()
1422 if (*h < height && (*h + h_step) < hmax) in jpeg_bound_align_image()
1390 jpeg_bound_align_image(struct s5p_jpeg_ctx *ctx, u32 *w, unsigned int wmin, unsigned int wmax, unsigned int walign, u32 *h, unsigned int hmin, unsigned int hmax, unsigned int halign) jpeg_bound_align_image() argument
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2277 unsigned hmax; member
2507 if (h >= params->hmax) { in tpg_fill_plane_pattern()
2508 if (params->hmax == tpg->compose.height) in tpg_fill_plane_pattern()
2646 params.hmax = (tpg->compose.height * tpg->perc_fill) / 100; in tpg_fill_plane_buffer()
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis.h496 u16 hmax; member
H A Dsis_main.c474 monitor->hmax = buffer[j + 8]; in sisfb_interpret_edid()
491 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
498 if(monitor->hmax < sisfb_ddcsmodes[i].h) monitor->hmax = sisfb_ddcsmodes[i].h + 1; in sisfb_interpret_edid()
520 if(monitor->hmax < sisfb_ddcfmodes[j].h) monitor->hmax = sisfb_ddcfmodes[j].h + 1; in sisfb_interpret_edid()
529 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
576 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
638 if(hsync > (monitor->hmax + 1)) in sisfb_verify_rate()
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis.h495 u16 hmax; member
H A Dsis_main.c475 monitor->hmax = buffer[j + 8]; in sisfb_interpret_edid()
492 monitor->hmin = 65535; monitor->hmax = 0; in sisfb_interpret_edid()
499 if(monitor->hmax < sisfb_ddcsmodes[i].h) monitor->hmax = sisfb_ddcsmodes[i].h + 1; in sisfb_interpret_edid()
521 if(monitor->hmax < sisfb_ddcfmodes[j].h) monitor->hmax = sisfb_ddcfmodes[j].h + 1; in sisfb_interpret_edid()
530 if((monitor->hmin <= monitor->hmax) && (monitor->vmin <= monitor->vmax)) { in sisfb_interpret_edid()
577 monitor->hmin, monitor->hmax, monitor->vmin, monitor->vmax, in sisfb_handle_ddc()
639 if(hsync > (monitor->hmax + 1)) in sisfb_verify_rate()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.c170 s.max_height = pix_limit->hmax; in mdp_try_fmt_mplane()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dtda1997x.c1116 u32 vmin, vmax, hmin, hmax, hsmin, hsmax; in tda1997x_detect_std() local
1130 hmax = ((27000000 / 100) * 101) / _hper; in tda1997x_detect_std()
1139 hmatch = ((hper <= hmax) && (hper >= hmin)) ? 1 : 0; in tda1997x_detect_std()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c2715 int hsync, hmin, hmax; in mode_in_hsync_range() local
2720 hmax = t[8]; in mode_in_hsync_range()
2722 hmax += ((t[4] & 0x08) ? 255 : 0); in mode_in_hsync_range()
2725 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_edid.c3552 int hsync, hmin, hmax; in mode_in_hsync_range() local
3557 hmax = t[8]; in mode_in_hsync_range()
3559 hmax += ((t[4] & 0x08) ? 255 : 0); in mode_in_hsync_range()
3562 return (hsync <= hmax && hsync >= hmin); in mode_in_hsync_range()

Completed in 81 milliseconds

12