Home
last modified time | relevance | path

Searched refs:ubwc_enabled (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.h85 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
Dgr_allocator.cpp794 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight() local
795 int tile = ubwc_enabled; in GetAlignedWidthAndHeight()
802 if (ubwc_enabled) { in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_adreno_info.h81 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
Dgr_utils.cpp680 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight() local
681 int tile = ubwc_enabled; in GetAlignedWidthAndHeight()
691 if (ubwc_enabled) { in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8909/gralloc/
Dgr_adreno_info.h81 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
Dgr_utils.cpp680 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight() local
681 int tile = ubwc_enabled; in GetAlignedWidthAndHeight()
691 if (ubwc_enabled) { in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.h85 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
Dgr_allocator.cpp792 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight() local
793 int tile = ubwc_enabled; in GetAlignedWidthAndHeight()
800 if (ubwc_enabled) { in GetAlignedWidthAndHeight()
/hardware/qcom/sdm845/display/gralloc/
Dgr_adreno_info.h95 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
DQtiMapper.cpp332 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes() local
333 hidl_cb(Error::NONE, alignedw, alignedh, ubwc_enabled); in calculateBufferAttributes()
Dgr_utils.cpp806 bool ubwc_enabled = IsUBwcEnabled(format, usage); in GetAlignedWidthAndHeight() local
807 int tile = ubwc_enabled; in GetAlignedWidthAndHeight()
817 if (ubwc_enabled) { in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp220 bool ubwc_enabled = isUBwcEnabled(format, usage); in getAlignedWidthAndHeight() local
224 int tileEnabled = ubwc_enabled || isMacroTileEnabled(format, usage); in getAlignedWidthAndHeight()
226 } else if (ubwc_enabled) { in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp225 bool ubwc_enabled = isUBwcEnabled(format, usage); in getAlignedWidthAndHeight() local
229 int tileEnabled = ubwc_enabled; in getAlignedWidthAndHeight()
231 } else if (ubwc_enabled) { in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dalloc_controller.cpp225 bool ubwc_enabled = isUBwcEnabled(format, usage); in getAlignedWidthAndHeight() local
229 int tileEnabled = ubwc_enabled; in getAlignedWidthAndHeight()
231 } else if (ubwc_enabled) { in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.cpp387 int ubwc_enabled = 0; in PrepareLayerParams() local
389 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in PrepareLayerParams()
390 if (ubwc_enabled == 1) { in PrepareLayerParams()
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display.cpp483 int ubwc_enabled = 0; in PrepareLayerParams() local
485 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in PrepareLayerParams()
487 if ((ubwc_enabled == 1) && !linear) { in PrepareLayerParams()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display.cpp483 int ubwc_enabled = 0; in PrepareLayerParams() local
485 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in PrepareLayerParams()
487 if ((ubwc_enabled == 1) && !linear) { in PrepareLayerParams()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display.cpp1513 int ubwc_enabled = 0; in BuildLayerStack() local
1515 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in BuildLayerStack()
1516 if (ubwc_enabled == 1) { in BuildLayerStack()