Home
last modified time | relevance | path

Searched refs:math_floor2 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/
A Dlib_float_math.h11 double math_floor2(const double arg, const double significance);
A Dlib_float_math.c47 double math_floor2(const double arg, const double significance) in math_floor2() function
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_shared.c4036 return math_floor2(16.0 * MaxLinkBPP, 1.0) / 16.0; in TruncToValidBPP()
4301 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes()
4306 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes()
4370 …e_ub = (unsigned int)(math_floor2(p->ViewportYStart + p->ViewportHeight + p->MacroTileHeight - 1, … in CalculateVMAndRowBytes()
4485 …h_ub = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->PixelPTEReqWidth - 1, *p… in CalculateVMAndRowBytes()
4767 detile_buf_vp_horz_limit = math_floor2(detile_buf_vp_horz_limit - 1, 16); in CalculateDCCConfiguration()
4768 detile_buf_vp_vert_limit = math_floor2(detile_buf_vp_vert_limit - 1, 16); in CalculateDCCConfiguration()
5034 …_aligned = (unsigned int)(math_floor2((p->vp_start_x + p->full_vp_width) + *p->mvmpg_width - 1, *p… in calculate_mcache_row_bytes()
5035 …aligned = (unsigned int)(math_floor2((p->vp_start_y + p->full_vp_height) + *p->mvmpg_height - 1, *… in calculate_mcache_row_bytes()
5093 *p->mvmpg_per_mcache_lb = (unsigned int)math_floor2(mvmpg_per_mcache, 1); in calculate_mcache_row_bytes()
[all …]
A Ddml2_core_dcn4_calcs.c1359 return math_floor2(16.0 * MaxLinkBPP, 1.0) / 16.0; in TruncToValidBPP()
1625 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes()
1630 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes()
1694 …e_ub = (unsigned int)(math_floor2(p->ViewportYStart + p->ViewportHeight + p->MacroTileHeight - 1, … in CalculateVMAndRowBytes()
1807 …h_ub = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->PixelPTEReqWidth - 1, *p… in CalculateVMAndRowBytes()
2118 detile_buf_vp_horz_limit = math_floor2(detile_buf_vp_horz_limit - 1, 16); in CalculateDCCConfiguration()
2119 detile_buf_vp_vert_limit = math_floor2(detile_buf_vp_vert_limit - 1, 16); in CalculateDCCConfiguration()
2363 …_aligned = (unsigned int)(math_floor2((p->vp_start_x + p->full_vp_width) + *p->mvmpg_width - 1, *p… in calculate_mcache_row_bytes()
2364 …aligned = (unsigned int)(math_floor2((p->vp_start_y + p->full_vp_height) + *p->mvmpg_height - 1, *… in calculate_mcache_row_bytes()
2420 *p->mvmpg_per_mcache_lb = (unsigned int)math_floor2(mvmpg_per_mcache, 1); in calculate_mcache_row_bytes()
[all …]

Completed in 59 milliseconds