Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.cpp837 const unsigned int raw10_alignment = std::max(gpu_alignment, 8u); in GetAlignedWidthAndHeight() local
838 aligned_w = ALIGN(width * 10 / 8, raw10_alignment); in GetAlignedWidthAndHeight()
/hardware/qcom/sdm845/display/gralloc/
Dgr_utils.cpp859 const unsigned int raw10_alignment = std::max(gpu_alignment, 8u); in GetAlignedWidthAndHeight() local
860 aligned_w = ALIGN(width * 10 / 8, raw10_alignment); in GetAlignedWidthAndHeight()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp1105 const unsigned int raw10_alignment = std::max(gpu_alignment, 64u); in GetAlignedWidthAndHeight() local
1106 aligned_w = ALIGN(width * 10 / 8, raw10_alignment); in GetAlignedWidthAndHeight()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp1031 const unsigned int raw10_alignment = std::max(gpu_alignment, 64u); in GetAlignedWidthAndHeight() local
1032 aligned_w = ALIGN(width * 10 / 8, raw10_alignment); in GetAlignedWidthAndHeight()