Searched refs:_priv_ (Results 1 – 3 of 3) sorted by relevance
78 #define pixmap_priv_get_fbo_off(_priv_, _xoff_, _yoff_) \ argument80 if (_X_UNLIKELY(_priv_ && glamor_pixmap_priv_is_large(_priv_))) { \81 *(_xoff_) = - (_priv_)->box.x1; \82 *(_yoff_) = - (_priv_)->box.y1; \
16 typedef char pass:[*](*tep_func_resolver_t*)(void pass:[*]_priv_, unsigned long long pass:[*]_addrp…17 …esolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_, void pass:[*]_priv_);38 The _priv_ argument is a custom context of the _func_ function. The function
90 …esolver*(struct tep_handle pass:[*]_tep_, tep_func_resolver_t pass:[*]_func_, void pass:[*]_priv_);