Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c52 SB_DATA (so, 1); in nv30_blend_state_create()
53 SB_DATA (so, nvgl_logicop_func(cso->logicop_func)); in nv30_blend_state_create()
56 SB_DATA (so, 0); in nv30_blend_state_create()
60 SB_DATA (so, cso->dither); in nv30_blend_state_create()
87 SB_DATA (so, blend[1]); in nv30_blend_state_create()
88 SB_DATA (so, cmask[1]); in nv30_blend_state_create()
93 SB_DATA (so, blend[0]); in nv30_blend_state_create()
94 SB_DATA (so, (nvgl_blend_func(cso->rt[0].alpha_src_factor) << 16) | in nv30_blend_state_create()
96 SB_DATA (so, (nvgl_blend_func(cso->rt[0].alpha_dst_factor) << 16) | in nv30_blend_state_create()
100 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv30_blend_state_create()
[all …]
Dnv30_state.h13 #define SB_DATA(so, u) (so)->data[(so)->size++] = (u) macro
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_state.c52 SB_DATA (so, 1); in nv30_blend_state_create()
53 SB_DATA (so, nvgl_logicop_func(cso->logicop_func)); in nv30_blend_state_create()
56 SB_DATA (so, 0); in nv30_blend_state_create()
60 SB_DATA (so, cso->dither); in nv30_blend_state_create()
87 SB_DATA (so, blend[1]); in nv30_blend_state_create()
88 SB_DATA (so, cmask[1]); in nv30_blend_state_create()
93 SB_DATA (so, blend[0]); in nv30_blend_state_create()
94 SB_DATA (so, (nvgl_blend_func(cso->rt[0].alpha_src_factor) << 16) | in nv30_blend_state_create()
96 SB_DATA (so, (nvgl_blend_func(cso->rt[0].alpha_dst_factor) << 16) | in nv30_blend_state_create()
100 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv30_blend_state_create()
[all …]
Dnv30_state.h13 #define SB_DATA(so, u) (so)->data[(so)->size++] = (u) macro
15 SB_DATA((so), ((size) << 18) | (7 << 13) | NV30_3D_##mthd)
17 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_state.c126 SB_DATA (so, cso->independent_blend_enable); in nv50_blend_state_create()
132 SB_DATA (so, !cso->independent_blend_enable); in nv50_blend_state_create()
135 SB_DATA (so, !cso->independent_blend_enable); in nv50_blend_state_create()
140 SB_DATA(so, cso->rt[i].blend_enable); in nv50_blend_state_create()
152 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nv50_blend_state_create()
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()
155 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); 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()
[all …]
Dnv50_stateobj.h15 #define SB_DATA(so, u) (so)->state[(so)->size++] = (u) macro
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c126 SB_DATA (so, cso->independent_blend_enable); in nv50_blend_state_create()
132 SB_DATA (so, !cso->independent_blend_enable); in nv50_blend_state_create()
135 SB_DATA (so, !cso->independent_blend_enable); in nv50_blend_state_create()
140 SB_DATA(so, cso->rt[i].blend_enable); in nv50_blend_state_create()
152 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nv50_blend_state_create()
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()
155 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); 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()
[all …]
Dnv50_stateobj.h15 #define SB_DATA(so, u) (so)->state[(so)->size++] = (u) macro
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_state.c134 SB_DATA (so, 1); in nvc0_blend_state_create()
135 SB_DATA (so, nvgl_logicop_func(cso->logicop_func)); in nvc0_blend_state_create()
147 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nvc0_blend_state_create()
148 SB_DATA (so, nvc0_blend_fac(cso->rt[i].rgb_src_factor)); in nvc0_blend_state_create()
149 SB_DATA (so, nvc0_blend_fac(cso->rt[i].rgb_dst_factor)); in nvc0_blend_state_create()
150 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); in nvc0_blend_state_create()
151 SB_DATA (so, nvc0_blend_fac(cso->rt[i].alpha_src_factor)); in nvc0_blend_state_create()
152 SB_DATA (so, nvc0_blend_fac(cso->rt[i].alpha_dst_factor)); in nvc0_blend_state_create()
158 SB_DATA (so, nvgl_blend_eqn(cso->rt[r].rgb_func)); in nvc0_blend_state_create()
159 SB_DATA (so, nvc0_blend_fac(cso->rt[r].rgb_src_factor)); in nvc0_blend_state_create()
[all …]
Dnvc0_stateobj.h13 #define SB_DATA(so, u) (so)->state[(so)->size++] = (u) macro
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c134 SB_DATA (so, 1); in nvc0_blend_state_create()
135 SB_DATA (so, nvgl_logicop_func(cso->logicop_func)); in nvc0_blend_state_create()
147 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nvc0_blend_state_create()
148 SB_DATA (so, nvc0_blend_fac(cso->rt[i].rgb_src_factor)); in nvc0_blend_state_create()
149 SB_DATA (so, nvc0_blend_fac(cso->rt[i].rgb_dst_factor)); in nvc0_blend_state_create()
150 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); in nvc0_blend_state_create()
151 SB_DATA (so, nvc0_blend_fac(cso->rt[i].alpha_src_factor)); in nvc0_blend_state_create()
152 SB_DATA (so, nvc0_blend_fac(cso->rt[i].alpha_dst_factor)); in nvc0_blend_state_create()
158 SB_DATA (so, nvgl_blend_eqn(cso->rt[r].rgb_func)); in nvc0_blend_state_create()
159 SB_DATA (so, nvc0_blend_fac(cso->rt[r].rgb_src_factor)); in nvc0_blend_state_create()
[all …]
Dnvc0_stateobj.h13 #define SB_DATA(so, u) (so)->state[(so)->size++] = (u) macro