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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.c 264 is_dual_source_blend_factor(blend->rt[0].rgb_dst) ||
297 is_dual_source_blend_factor(blend->rt[i].rgb_dst) ||
463 assert(rt->rgb_src && rt->rgb_dst && rt->a_src && rt->a_dst);
467 dst->rgb_dst = get_dst_alpha_one_blend_factor(rt->rgb_dst, true);
474 dst->rgb_dst = GEN6_BLENDFACTOR_ZERO;
477 dst->a_dst = dst->rgb_dst;
555 rt.rgb_dst << GEN6_RT_DW0_DST_COLOR_FACTOR__SHIFT;
561 rt.a_dst != rt.rgb_dst ||
610 rt.rgb_dst << GEN8_RT_DW0_DST_COLOR_FACTOR__SHIFT
    [all...]
ilo_state_cc.h 113 enum gen_blend_factor rgb_dst; member in struct:ilo_state_cc_blend_rt_info
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 48 unsigned rgb_dst : 8; /**< PIPE_BLENDFACTOR_x */ member in struct:xa_composite_blend
138 blend->rgb_dst = xa_convert_blend_for_luminance(blend->rgb_dst);
161 if (blend->rgb_dst == PIPE_BLENDFACTOR_SRC_ALPHA) {
162 blend->rgb_dst = PIPE_BLENDFACTOR_SRC_COLOR;
163 } else if (blend->rgb_dst == PIPE_BLENDFACTOR_INV_SRC_ALPHA) {
164 blend->rgb_dst = PIPE_BLENDFACTOR_INV_SRC_COLOR;
272 blend.rt[0].rgb_dst_factor = blend_opt.rgb_dst;
273 blend.rt[0].alpha_dst_factor = blend_opt.rgb_dst;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 891 rt_info->rgb_dst = ilo_translate_blend_factor(rt->rgb_dst_factor);
    [all...]

Completed in 897 milliseconds