Home
last modified time | relevance | path

Searched refs:nv50_blend_fac (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c88 nv50_blend_fac(unsigned factor) in nv50_blend_fac() function
153 SB_DATA (so, nv50_blend_fac(cso->rt[i].rgb_src_factor)); in nv50_blend_state_create()
154 SB_DATA (so, nv50_blend_fac(cso->rt[i].rgb_dst_factor)); in nv50_blend_state_create()
156 SB_DATA (so, nv50_blend_fac(cso->rt[i].alpha_src_factor)); in nv50_blend_state_create()
157 SB_DATA (so, nv50_blend_fac(cso->rt[i].alpha_dst_factor)); in nv50_blend_state_create()
168 SB_DATA (so, nv50_blend_fac(cso->rt[0].rgb_src_factor)); in nv50_blend_state_create()
169 SB_DATA (so, nv50_blend_fac(cso->rt[0].rgb_dst_factor)); in nv50_blend_state_create()
171 SB_DATA (so, nv50_blend_fac(cso->rt[0].alpha_src_factor)); in nv50_blend_state_create()
173 SB_DATA (so, nv50_blend_fac(cso->rt[0].alpha_dst_factor)); in nv50_blend_state_create()