Searched refs:fast_path (Results 1 – 8 of 8) sorted by relevance
275 uint32_t fast_path : 1; //!< Preference for fast/slow path draw-cycle, set by client. member
268 uint32_t fast_path : 1; //!< Preference for fast/slow path draw-cycle, set by client. member
1320 std::pair<bool, bool> fast_path = IsFastInstanceField( in ComputeInstanceFieldInfo() local1322 can_link = is_put ? fast_path.second : fast_path.first; in ComputeInstanceFieldInfo()
331 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()
332 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()
325 ATRACE_INT("FastPath", layer_stack_.flags.fast_path); in Present()
659 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()
669 layer_stack_.flags.fast_path = fast_path_enabled_ && fast_path_composition_; in BuildLayerStack()