HomeSort by relevance Sort by last modified time
    Searched refs:blend_type (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c 771 struct lp_type blend_type; local
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);
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 771 struct lp_type blend_type; local
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);
    [all...]

Completed in 56 milliseconds