Searched refs:GET_SURFACE_INFO_skipped_flag (Results 1 – 6 of 6) sorted by relevance
498 if (GET_SURFACE_INFO_skipped_flag(surface) & SURFACE_INFO_SKIP_FLAG_SETTLED) { in lnc_surface_get_frameskip()499 *frame_skip = GET_SURFACE_INFO_skipped_flag(surface) & 1; in lnc_surface_get_frameskip()
515 #define GET_SURFACE_INFO_skipped_flag(psb_surface) ((int) (psb_surface->extra_info[5])) macro
549 if (GET_SURFACE_INFO_skipped_flag(surface) & SURFACE_INFO_SKIP_FLAG_SETTLED) { in pnw_surface_get_frameskip()550 *frame_skip = GET_SURFACE_INFO_skipped_flag(surface) & 1; in pnw_surface_get_frameskip()
712 if (GET_SURFACE_INFO_skipped_flag(surface) & SURFACE_INFO_SKIP_FLAG_SETTLED) { in tng_surface_get_frameskip()713 *frame_skip = GET_SURFACE_INFO_skipped_flag(surface) & 1; in tng_surface_get_frameskip()
544 #define GET_SURFACE_INFO_skipped_flag(psb_surface) ((int) (psb_surface->extra_info[5])) macro
482 #define GET_SURFACE_INFO_skipped_flag(psb_surface) ((int) (psb_surface->extra_info[5])) macro