Searched refs:use_tile (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_program.c41 use_tile(PixmapPtr pixmap, GCPtr gc, glamor_program *prog, void *arg) function in typeref:typename:Bool
51 .use = use_tile,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_accel.c14438 bool use_tile; local in function:sna_poly_fill_rect_stippled_n_box
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/
H A Dsna_accel.c14217 bool use_tile; local in function:sna_poly_fill_rect_stippled_n_box
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 36 milliseconds