Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:blend_type

771    struct lp_type blend_type;
840 memset(&blend_type, 0, sizeof blend_type);
841 blend_type.floating = FALSE; /* values are integers */
842 blend_type.sign = FALSE; /* values are unsigned */
843 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */
844 blend_type.width = 8; /* 8-bit ubyte values */
845 blend_type.length = 16; /* 16 elements per vector */
854 blend_vec_type = lp_build_vec_type(gallivm, blend_type);
1064 lp_build_conv(gallivm, fs_type, blend_type,
1073 lp_build_conv_mask(variant->gallivm, fs_type, blend_type,
1077 blend_mask = lp_build_const_int_vec(variant->gallivm, blend_type, ~0);
1102 blend_type,