Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm8150/display/sdm/include/core/
H A Dlayer_stack.h275 uint32_t fast_path : 1; //!< Preference for fast/slow path draw-cycle, set by client. member
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/
H A Dlayer_stack.h268 uint32_t fast_path : 1; //!< Preference for fast/slow path draw-cycle, set by client. member
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc1320 std::pair<bool, bool> fast_path = IsFastInstanceField( in ComputeInstanceFieldInfo() local
1322 can_link = is_put ? fast_path.second : fast_path.first; in ComputeInstanceFieldInfo()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/
H A Ddisplay_base.cpp331 if (layer_stack->flags.fast_path && hw_layers_.info.fast_path_composition) { in Prepare()
406 if (layer_stack->flags.fast_path && hw_layers_.info.fast_path_composition) { in Commit()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/
H A Ddisplay_base.cpp332 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()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display_builtin.cpp325 ATRACE_INT("FastPath", layer_stack_.flags.fast_path); in Present()
H A Dhwc_display.cpp659 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display.cpp669 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()