HomeSort by: relevance | last modified time | path
    Searched defs:for_each_oldnew_plane_in_state (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_blend.c 510 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { function
drm_atomic.c 1162 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { function
drm_atomic_helper.c 868 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { function
1700 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i)
2128 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { function
2496 for_each_oldnew_plane_in_state(old_state, plane, old_plane_state, new_plane_state, i) { function
2683 for_each_oldnew_plane_in_state(old_state, plane, old_plane_state, new_plane_state, i) { function
2826 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { function
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h 819 * for_each_oldnew_plane_in_state - iterate over all planes in an atomic update
830 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \ macro

Completed in 97 milliseconds