Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_standalone_libraries/
H A Dlib_float_math.h11 double math_floor2(const double arg, const double significance);
H 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_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c412 …*nomDETInKByte = (unsigned int)(math_floor2((double)*MaxTotalDETInKByte / (double)MaxNumDPP, Confi… in CalculateMaxDETAndMinCompressedBufferSize()
941math_floor2(display_cfg->plane_descriptors[k].composition.viewport.plane0.x_start + SwathWidthY[k]… in CalculateSwathWidth()
949math_floor2(display_cfg->plane_descriptors[k].composition.viewport.plane1.y_start + SwathWidthC[k]… in CalculateSwathWidth()
962math_floor2(display_cfg->plane_descriptors[k].composition.viewport.plane0.y_start + SwathWidthY[k]… in CalculateSwathWidth()
969math_floor2(display_cfg->plane_descriptors[k].composition.viewport.plane1.y_start + SwathWidthC[k]… in CalculateSwathWidth()
1210math_floor2((double)l->DETBufferSizePoolInKByte, (ForceSingleDPP ? 1 : DPPPerSurface[l->NextSurfac… in CalculateDETBufferSize()
1347 return math_floor2(16.0 * MaxLinkBPP, 1.0) / 16.0; in TruncToValidBPP()
1602 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes()
1607 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes()
1615 …h = (unsigned int)(math_floor2(p->ViewportYStart + p->ViewportHeight + *p->MetaRequestHeight - 1, … in CalculateVMAndRowBytes()
[all …]