Searched defs:ubwc_enabled (Results 1 - 9 of 9) sorted by relevance
/hardware/qcom/display/sdm845/libgralloc1/ |
H A D | gr_utils.cpp | 674 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); local 675 int tile = ubwc_enabled; 683 if (ubwc_enabled) {
|
/hardware/qcom/display/msm8996/libgralloc/ |
H A D | alloc_controller.cpp | 220 bool ubwc_enabled = isUBwcEnabled(format, usage); local 224 int tileEnabled = ubwc_enabled || isMacroTileEnabled(format, usage); 226 } else if (ubwc_enabled) {
|
/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_allocator.cpp | 775 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); local 776 int tile = ubwc_enabled; 783 if (ubwc_enabled) {
|
/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_allocator.cpp | 774 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); local 775 int tile = ubwc_enabled; 782 if (ubwc_enabled) {
|
/hardware/qcom/display/sdm845/libgralloc/ |
H A D | alloc_controller.cpp | 225 bool ubwc_enabled = isUBwcEnabled(format, usage); local 229 int tileEnabled = ubwc_enabled; 231 } else if (ubwc_enabled) {
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
H A D | hwc_display.cpp | 387 int ubwc_enabled = 0; local 389 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); 390 if (ubwc_enabled == 1) {
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_display.cpp | 1498 int ubwc_enabled = 0; local 1500 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); 1501 if (ubwc_enabled == 1) {
|
/hardware/qcom/display/sdm845/sdm/libs/hwc/ |
H A D | hwc_display.cpp | 483 int ubwc_enabled = 0; local 485 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); 487 if ((ubwc_enabled == 1) && !linear) {
|
/hardware/qcom/display/sdm845/sdm/libs/hwc2/ |
H A D | hwc_display.cpp | 1473 int ubwc_enabled = 0; local 1475 HWCDebugHandler::Get()->GetProperty("debug.gralloc.enable_fb_ubwc", &ubwc_enabled); 1476 if (ubwc_enabled == 1) {
|
Completed in 52 milliseconds