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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.h 117 enum gen_blend_function a_func; member in struct:ilo_state_cc_blend_rt_info
ilo_state_cc.c 478 dst->a_func = dst->rgb_func;
550 dw0 = rt.a_func << GEN6_RT_DW0_ALPHA_FUNC__SHIFT |
562 rt.a_func != rt.rgb_func)
614 rt.a_func << GEN8_RT_DW0_ALPHA_FUNC__SHIFT |
622 rt.a_func != rt.rgb_func)
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 896 rt_info->a_func = ilo_translate_blend_func(rt->alpha_func);
    [all...]

Completed in 61 milliseconds