Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_standalone_libraries/
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()
942math_floor2(display_cfg->plane_descriptors[k].composition.viewport.plane0.x_start + SwathWidthY[k]… in CalculateSwathWidth()
950math_floor2(display_cfg->plane_descriptors[k].composition.viewport.plane1.y_start + SwathWidthC[k]… in CalculateSwathWidth()
963math_floor2(display_cfg->plane_descriptors[k].composition.viewport.plane0.y_start + SwathWidthY[k]… in CalculateSwathWidth()
970math_floor2(display_cfg->plane_descriptors[k].composition.viewport.plane1.y_start + SwathWidthC[k]… in CalculateSwathWidth()
1211math_floor2((double)l->DETBufferSizePoolInKByte, (ForceSingleDPP ? 1 : DPPPerSurface[l->NextSurfac… in CalculateDETBufferSize()
1350 return math_floor2(16.0 * MaxLinkBPP, 1.0) / 16.0; in TruncToValidBPP()
1605 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes()
1610 …idth = (unsigned int)(math_floor2(p->ViewportXStart + p->SwathWidth + *p->MetaRequestWidth - 1, *p… in CalculateVMAndRowBytes()
1618 …h = (unsigned int)(math_floor2(p->ViewportYStart + p->ViewportHeight + *p->MetaRequestHeight - 1, … in CalculateVMAndRowBytes()
[all …]