Home
last modified time | relevance | path

Searched refs:kMaxLayerCount (Results 1 – 20 of 20) sorted by relevance

/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display.h125 static const uint32_t kMaxLayerCount = 32; variable
H A Dhwc_display.cpp527 if (num_hw_layers <= kMaxLayerCount) { in PrePrepareLayerStack()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display.h165 static const uint32_t kMaxLayerCount = 32; variable
H A Dhwc_display.cpp645 if (num_hw_layers <= kMaxLayerCount) { in PrePrepareLayerStack()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_display.h165 static const uint32_t kMaxLayerCount = 32; variable
H A Dhwc_display.cpp645 if (num_hw_layers <= kMaxLayerCount) { in PrePrepareLayerStack()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.h195 static const uint32_t kMaxLayerCount = 32; variable
H A Dhwc_display.cpp403 if (layer_set_.size() <= kMaxLayerCount) { in BuildLayerStack()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display.h221 static const uint32_t kMaxLayerCount = 32;
H A Dhwc_display.cpp592 if (layer_set_.size() <= kMaxLayerCount) { in BuildLayerStack()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display.h215 static const uint32_t kMaxLayerCount = 32;
H A Dhwc_display.cpp564 if (layer_set_.size() <= kMaxLayerCount) { in BuildLayerStack()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.h214 static const uint32_t kMaxLayerCount = 32; variable
H A Dhwc_display.cpp561 if (layer_set_.size() <= kMaxLayerCount) { in BuildLayerStack()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_display.h391 static const uint32_t kMaxLayerCount = 32;
H A Dhwc_display.cpp822 if (layer_set_.size() <= kMaxLayerCount) { in BuildLayerStack()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display.h383 static const uint32_t kMaxLayerCount = 32; variable
H A Dhwc_display.cpp787 if (layer_set_.size() <= kMaxLayerCount) { in BuildLayerStack()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.h464 static const uint32_t kMaxLayerCount = 32; variable
H A Dhwc_display.cpp807 if (layer_set_.size() <= kMaxLayerCount) { in BuildLayerStack()