Searched refs:ubwc_enabled (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_adreno_info.h | 86 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
|
D | gr_allocator.cpp | 819 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/ |
D | gr_adreno_info.h | 86 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
|
D | gr_allocator.cpp | 799 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/ |
D | alloc_controller.cpp | 240 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/ |
D | alloc_controller.cpp | 219 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/ |
D | hwc_display.cpp | 385 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/ |
D | hwc_display.cpp | 400 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/ |
D | hwc_display.cpp | 1315 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/ |
D | hwc_display.cpp | 1316 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()
|