HomeSort by: relevance | last modified time | path
    Searched refs:map_access (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_prepare.c 119 priv->map_access = access;
128 if (priv->map_access == GLAMOR_ACCESS_RW)
163 if (priv->map_access == GLAMOR_ACCESS_RW) {
glamor_priv.h 386 glamor_access_t map_access; member in struct:glamor_pixmap_private
  /xsrc/external/mit/xf86-video-vmware/dist/saa/
saa.c 139 saa_access_t map_access = 0; local
151 map_access = SAA_ACCESS_R;
153 map_access |= SAA_ACCESS_W;
155 if (map_access) {
157 (void)driver->sync_for_cpu(driver, pix, map_access);
158 spix->addr = driver->map(driver, pix, map_access);
161 spix->mapped_access |= map_access;

Completed in 6 milliseconds