Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c89 nv50_blend_fac(unsigned factor) in nv50_blend_fac() function
154 SB_DATA (so, nv50_blend_fac(cso->rt[i].rgb_src_factor)); in nv50_blend_state_create()
155 SB_DATA (so, nv50_blend_fac(cso->rt[i].rgb_dst_factor)); in nv50_blend_state_create()
157 SB_DATA (so, nv50_blend_fac(cso->rt[i].alpha_src_factor)); in nv50_blend_state_create()
158 SB_DATA (so, nv50_blend_fac(cso->rt[i].alpha_dst_factor)); in nv50_blend_state_create()
169 SB_DATA (so, nv50_blend_fac(cso->rt[0].rgb_src_factor)); in nv50_blend_state_create()
170 SB_DATA (so, nv50_blend_fac(cso->rt[0].rgb_dst_factor)); in nv50_blend_state_create()
172 SB_DATA (so, nv50_blend_fac(cso->rt[0].alpha_src_factor)); in nv50_blend_state_create()
174 SB_DATA (so, nv50_blend_fac(cso->rt[0].alpha_dst_factor)); in nv50_blend_state_create()