Searched refs:math_floor2 (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/ |
| H A D | lib_float_math.h | 11 double math_floor2(const double arg, const double significance);
|
| H A D | lib_float_math.c | 47 double math_floor2(const double arg, const double significance) in math_floor2() function
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 1382 return math_floor2(16.0 * MaxLinkBPP, 1.0) / 16.0; in TruncToValidBPP() 1641 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes() 1646 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes() 1710 …e_ub = (unsigned int)(math_floor2(p->ViewportYStart + p->ViewportHeight + p->MacroTileHeight - 1, … in CalculateVMAndRowBytes() 1823 …h_ub = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->PixelPTEReqWidth - 1, *p… in CalculateVMAndRowBytes() 2133 detile_buf_vp_horz_limit = math_floor2(detile_buf_vp_horz_limit - 1, 16); in CalculateDCCConfiguration() 2134 detile_buf_vp_vert_limit = math_floor2(detile_buf_vp_vert_limit - 1, 16); in CalculateDCCConfiguration() 2379 …_aligned = (unsigned int)(math_floor2((p->vp_start_x + p->full_vp_width) + *p->mvmpg_width - 1, *p… in calculate_mcache_row_bytes() 2380 …aligned = (unsigned int)(math_floor2((p->vp_start_y + p->full_vp_height) + *p->mvmpg_height - 1, *… in calculate_mcache_row_bytes() 2439 *p->mvmpg_per_mcache_lb = (unsigned int)math_floor2(mvmpg_per_mcache, 1); in calculate_mcache_row_bytes() [all …]
|