Searched refs:SB_DATA (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 54 SB_DATA (so, 1); in nv30_blend_state_create() 55 SB_DATA (so, nvgl_logicop_func(cso->logicop_func)); in nv30_blend_state_create() 58 SB_DATA (so, 0); in nv30_blend_state_create() 62 SB_DATA (so, cso->dither); in nv30_blend_state_create() 89 SB_DATA (so, blend[1]); in nv30_blend_state_create() 90 SB_DATA (so, cmask[1]); in nv30_blend_state_create() 95 SB_DATA (so, blend[0]); in nv30_blend_state_create() 96 SB_DATA (so, (nvgl_blend_func(cso->rt[0].alpha_src_factor) << 16) | in nv30_blend_state_create() 98 SB_DATA (so, (nvgl_blend_func(cso->rt[0].alpha_dst_factor) << 16) | in nv30_blend_state_create() 102 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv30_blend_state_create() [all …]
|
D | nv30_state.h | 13 #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) | NV35_3D_##mthd) 19 SB_DATA((so), ((size) << 18) | (7 << 13) | NV40_3D_##mthd)
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 126 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 …]
|
D | nv50_stateobj.h | 15 #define SB_DATA(so, u) (so)->state[(so)->size++] = (u) macro
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 136 SB_DATA (so, 1); in nvc0_blend_state_create() 137 SB_DATA (so, nvgl_logicop_func(cso->logicop_func)); in nvc0_blend_state_create() 149 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nvc0_blend_state_create() 150 SB_DATA (so, nvc0_blend_fac(cso->rt[i].rgb_src_factor)); in nvc0_blend_state_create() 151 SB_DATA (so, nvc0_blend_fac(cso->rt[i].rgb_dst_factor)); in nvc0_blend_state_create() 152 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); in nvc0_blend_state_create() 153 SB_DATA (so, nvc0_blend_fac(cso->rt[i].alpha_src_factor)); in nvc0_blend_state_create() 154 SB_DATA (so, nvc0_blend_fac(cso->rt[i].alpha_dst_factor)); in nvc0_blend_state_create() 160 SB_DATA (so, nvgl_blend_eqn(cso->rt[r].rgb_func)); in nvc0_blend_state_create() 161 SB_DATA (so, nvc0_blend_fac(cso->rt[r].rgb_src_factor)); in nvc0_blend_state_create() [all …]
|
D | nvc0_stateobj.h | 13 #define SB_DATA(so, u) (so)->state[(so)->size++] = (u) macro
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_compiler.c | 32 #undef SB_DATA
|