Home
last modified time | relevance | path

Searched refs:ubwc_tiled (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.h59 bool rotate90, bool ubwc_tiled, bool use_rotator_downscale);
119 DisplayError ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled);
120 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
Dresource_default.cpp524 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); in Config() local
525 error = ValidateScaling(src_rect, dst_rect, false /*rotated90 */, ubwc_tiled, in Config()
682 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled) { in ValidatePipeParams() argument
693 error = ValidateScaling(src_rect, dst_rect, false /* rotated90 */, ubwc_tiled, in ValidatePipeParams()
703 bool rotate90, bool ubwc_tiled, in ValidateScaling() argument
715 error = ValidateDownScaling(scale_x, scale_y, ubwc_tiled); in ValidateScaling()
728 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument
733 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
850 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); in AlignPipeConfig() local
851 error = ValidatePipeParams(left_pipe, ubwc_tiled); in AlignPipeConfig()
[all …]
/hardware/qcom/display/msm8996/sdm/include/private/
Dresource_interface.h53 bool rotate90, bool ubwc_tiled,
/hardware/qcom/display/msm8909/sdm/libs/core/
Dresource_default.h127 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
Dresource_default.cpp766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument
771 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/
Dresource_default.h127 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
Dresource_default.cpp766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument
771 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dresource_default.h126 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
Dresource_default.cpp766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument
771 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
/hardware/qcom/sm8150/display/sdm/libs/core/
Dresource_default.h132 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
Dresource_default.cpp758 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument
763 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
/hardware/qcom/sm7250/display/sdm/libs/core/
Dresource_default.h136 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
Dresource_default.cpp755 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument
760 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()