Searched refs:ubwc_tiled (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.h | 53 bool rotate90, bool ubwc_tiled, bool use_rotator_downscale); 110 DisplayError ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled); 111 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
|
D | resource_default.cpp | 517 bool ubwc_tiled = IsUBWCFormat(layer.input_buffer->format); in Config() local 518 error = ValidateScaling(src_rect, dst_rect, false /*rotated90 */, ubwc_tiled, in Config() 675 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled) { in ValidatePipeParams() argument 686 error = ValidateScaling(src_rect, dst_rect, false /* rotated90 */, ubwc_tiled, in ValidatePipeParams() 696 bool rotate90, bool ubwc_tiled, in ValidateScaling() argument 708 error = ValidateDownScaling(scale_x, scale_y, ubwc_tiled); in ValidateScaling() 721 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument 726 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling() 843 bool ubwc_tiled = IsUBWCFormat(layer.input_buffer->format); in AlignPipeConfig() local 844 error = ValidatePipeParams(left_pipe, ubwc_tiled); in AlignPipeConfig() [all …]
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | resource_interface.h | 48 bool rotate90, bool ubwc_tiled,
|