Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.h86 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
Dgr_allocator.cpp819 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight() local
820 int tile = ubwc_enabled || IsMacroTileEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight()
827 if (ubwc_enabled) { in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.h86 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
Dgr_allocator.cpp799 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight() local
800 int tile = ubwc_enabled || IsMacroTileEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight()
807 if (ubwc_enabled) { in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8998/libgralloc/
Dalloc_controller.cpp240 bool ubwc_enabled = isUBwcEnabled(format, usage); in getAlignedWidthAndHeight() local
244 int tileEnabled = ubwc_enabled || isMacroTileEnabled(format, usage); in getAlignedWidthAndHeight()
246 } else if (ubwc_enabled) { in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp219 bool ubwc_enabled = isUBwcEnabled(format, usage); in getAlignedWidthAndHeight() local
223 int tileEnabled = ubwc_enabled || isMacroTileEnabled(format, usage); in getAlignedWidthAndHeight()
225 } else if (ubwc_enabled) { in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.cpp385 int ubwc_enabled = 0; in PrepareLayerParams() local
387 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in PrepareLayerParams()
388 if (ubwc_enabled == 1) { in PrepareLayerParams()
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_display.cpp400 int ubwc_enabled = 0; in PrepareLayerParams() local
402 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in PrepareLayerParams()
403 if (ubwc_enabled == 1) { in PrepareLayerParams()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display.cpp1315 int ubwc_enabled = 0; in SetFrameBufferResolution() local
1317 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in SetFrameBufferResolution()
1318 if (ubwc_enabled == 1) { in SetFrameBufferResolution()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display.cpp1316 int ubwc_enabled = 0; in SetFrameBufferResolution() local
1318 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); in SetFrameBufferResolution()
1319 if (ubwc_enabled == 1) { in SetFrameBufferResolution()