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

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_program.c 41 use_tile(PixmapPtr pixmap, GCPtr gc, glamor_program *prog, void *arg) function
51 .use = use_tile,
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_accel.c 14438 bool use_tile; local
14451 use_tile = y2-y1 == h && x2-x1 == w;
14458 use_tile));
14480 if (!use_tile && len <= 32) {
14537 bool has_tile = use_tile && *tile;
14607 if (use_tile)
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_accel.c 14217 bool use_tile; local
14230 use_tile = y2-y1 == h && x2-x1 == w;
14237 use_tile));
14258 if (!use_tile && len <= 32) {
14315 bool has_tile = use_tile && *tile;
14385 if (use_tile)

Completed in 43 milliseconds