/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_adreno_info.h | 85 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
|
D | gr_allocator.cpp | 794 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/ |
D | gr_adreno_info.h | 81 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
|
D | gr_utils.cpp | 680 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/ |
D | gr_adreno_info.h | 81 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
|
D | gr_utils.cpp | 680 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/ |
D | gr_adreno_info.h | 85 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
|
D | gr_allocator.cpp | 792 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/ |
D | gr_adreno_info.h | 95 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
|
D | QtiMapper.cpp | 332 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes() local 333 hidl_cb(Error::NONE, alignedw, alignedh, ubwc_enabled); in calculateBufferAttributes()
|
D | gr_utils.cpp | 806 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/ |
D | alloc_controller.cpp | 220 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/ |
D | alloc_controller.cpp | 225 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/ |
D | alloc_controller.cpp | 225 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/ |
D | hwc_display.cpp | 387 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/ |
D | hwc_display.cpp | 483 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/ |
D | hwc_display.cpp | 483 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/ |
D | hwc_display.cpp | 1513 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()
|