Home | History | Annotate | Download | only in xorg

Lines Matching refs:fs_traits

45 print_fs_traits(int fs_traits)
69 if (fs_traits & k)
456 unsigned fs_traits)
464 unsigned has_mask = (fs_traits & FS_MASK) != 0;
465 unsigned is_fill = (fs_traits & FS_FILL) != 0;
466 unsigned is_composite = (fs_traits & FS_COMPOSITE) != 0;
467 unsigned is_solid = (fs_traits & FS_SOLID_FILL) != 0;
468 unsigned is_lingrad = (fs_traits & FS_LINGRAD_FILL) != 0;
469 unsigned is_radgrad = (fs_traits & FS_RADGRAD_FILL) != 0;
470 unsigned comp_alpha_mask = fs_traits & FS_COMPONENT_ALPHA;
471 unsigned is_yuv = (fs_traits & FS_YUV) != 0;
472 unsigned src_repeat_none = (fs_traits & FS_SRC_REPEAT_NONE) != 0;
473 unsigned mask_repeat_none = (fs_traits & FS_MASK_REPEAT_NONE) != 0;
474 unsigned src_swizzle = (fs_traits & FS_SRC_SWIZZLE_RGB) != 0;
475 unsigned mask_swizzle = (fs_traits & FS_MASK_SWIZZLE_RGB) != 0;
476 unsigned src_set_alpha = (fs_traits & FS_SRC_SET_ALPHA) != 0;
477 unsigned mask_set_alpha = (fs_traits & FS_MASK_SET_ALPHA) != 0;
478 unsigned src_luminance = (fs_traits & FS_SRC_LUMINANCE) != 0;
479 unsigned mask_luminance = (fs_traits & FS_MASK_LUMINANCE) != 0;
482 print_fs_traits(fs_traits);
672 unsigned fs_traits)
680 sc->fs_hash, fs_traits);