Searched refs:cc5 (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_video.c737 cc_state->cc5.dither_enable = 0; /* disable dither */
738 cc_state->cc5.logicop_func = 0xc; /* WHITE */
739 cc_state->cc5.statistics_enable = 1;
740 cc_state->cc5.ia_blend_function = BRW_BLENDFUNCTION_ADD;
741 cc_state->cc5.ia_src_blend_factor = BRW_BLENDFACTOR_ONE;
742 cc_state->cc5.ia_dest_blend_factor = BRW_BLENDFACTOR_ONE;
H A Di965_render.c821 cc_state->cc5.dither_enable = 0; /* disable dither */
822 cc_state->cc5.logicop_func = 0xc; /* COPY */
823 cc_state->cc5.statistics_enable = 1;
824 cc_state->cc5.ia_blend_function = BRW_BLENDFUNCTION_ADD;
827 cc_state->cc5.ia_src_blend_factor = src_blend;
828 cc_state->cc5.ia_dest_blend_factor = dst_blend;
H A Dbrw_structs.h633 } cc5; member in struct:brw_cc_unit_state
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di965_video.c854 cc_state.cc5.dither_enable = 0; /* disable dither */
855 cc_state.cc5.logicop_func = 0xc; /* WHITE */
856 cc_state.cc5.statistics_enable = 1;
857 cc_state.cc5.ia_blend_function = BRW_BLENDFUNCTION_ADD;
858 cc_state.cc5.ia_src_blend_factor = BRW_BLENDFACTOR_ONE;
859 cc_state.cc5.ia_dest_blend_factor = BRW_BLENDFACTOR_ONE;
H A Di965_render.c1092 cc_state->cc5.dither_enable = 0; /* disable dither */
1093 cc_state->cc5.logicop_func = 0xc; /* COPY */
1094 cc_state->cc5.statistics_enable = 1;
1095 cc_state->cc5.ia_blend_function = BRW_BLENDFUNCTION_ADD;
1098 cc_state->cc5.ia_src_blend_factor = src_blend;
1099 cc_state->cc5.ia_dest_blend_factor = dst_blend;
H A Dbrw_structs.h633 } cc5; member in struct:brw_cc_unit_state
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di965_video.c855 cc_state.cc5.dither_enable = 0; /* disable dither */
856 cc_state.cc5.logicop_func = 0xc; /* WHITE */
857 cc_state.cc5.statistics_enable = 1;
858 cc_state.cc5.ia_blend_function = BRW_BLENDFUNCTION_ADD;
859 cc_state.cc5.ia_src_blend_factor = BRW_BLENDFACTOR_ONE;
860 cc_state.cc5.ia_dest_blend_factor = BRW_BLENDFACTOR_ONE;
H A Di965_render.c1092 cc_state->cc5.dither_enable = 0; /* disable dither */
1093 cc_state->cc5.logicop_func = 0xc; /* COPY */
1094 cc_state->cc5.statistics_enable = 1;
1095 cc_state->cc5.ia_blend_function = BRW_BLENDFUNCTION_ADD;
1098 cc_state->cc5.ia_src_blend_factor = src_blend;
1099 cc_state->cc5.ia_dest_blend_factor = dst_blend;
H A Dbrw_structs.h633 } cc5; member in struct:brw_cc_unit_state
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_structs.h633 } cc5; member in struct:brw_cc_unit_state
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_structs.h633 } cc5; member in struct:brw_cc_unit_state
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen4_render.c3170 state->cc5.logicop_func = 0xc; /* COPY */
3171 state->cc5.ia_blend_function = GEN4_BLENDFUNCTION_ADD;
3174 state->cc5.ia_src_blend_factor = i;
3175 state->cc5.ia_dest_blend_factor = j;
H A Dgen5_render.c3285 state->cc5.logicop_func = 0xc; /* COPY */
3286 state->cc5.ia_blend_function = GEN5_BLENDFUNCTION_ADD;
3289 state->cc5.ia_src_blend_factor = i;
3290 state->cc5.ia_dest_blend_factor = j;
H A Dgen4_render.h1648 } cc5; member in struct:gen4_cc_unit_state
H A Dgen5_render.h1736 } cc5; member in struct:gen5_cc_unit_state
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen4_render.c3104 state->cc5.logicop_func = 0xc; /* COPY */
3105 state->cc5.ia_blend_function = GEN4_BLENDFUNCTION_ADD;
3108 state->cc5.ia_src_blend_factor = i;
3109 state->cc5.ia_dest_blend_factor = j;
H A Dgen5_render.c3224 state->cc5.logicop_func = 0xc; /* COPY */
3225 state->cc5.ia_blend_function = GEN5_BLENDFUNCTION_ADD;
3228 state->cc5.ia_src_blend_factor = i;
3229 state->cc5.ia_dest_blend_factor = j;
H A Dgen4_render.h1648 } cc5; member in struct:gen4_cc_unit_state
H A Dgen5_render.h1736 } cc5; member in struct:gen5_cc_unit_state

Completed in 83 milliseconds