Home
last modified time | relevance | path

Searched refs:fast_path (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/sdm/include/core/
Dlayer_stack.h275 uint32_t fast_path : 1; //!< Preference for fast/slow path draw-cycle, set by client. member
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_builtin.cpp246 ATRACE_INT("FastPath", layer_stack_.flags.fast_path); in Present()
Dhwc_display.cpp649 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()
/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.cpp323 if (layer_stack->flags.fast_path && hw_layers_.info.fast_path_composition) { in Prepare()
398 if (layer_stack->flags.fast_path && hw_layers_.info.fast_path_composition) { in Commit()