Searched refs:nvgl_blend_eqn (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 44 nvgl_blend_eqn(unsigned func) in nvgl_blend_eqn() function
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 44 nvgl_blend_eqn(unsigned func) in nvgl_blend_eqn() function
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 70 nvgl_blend_eqn(unsigned eqn) in nvgl_blend_eqn() function
|
D | nv10_state_raster.c | 68 PUSH_DATA (push, nvgl_blend_eqn(ctx->Color.Blend[0].EquationRGB)); in nv10_emit_blend_equation()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 70 nvgl_blend_eqn(unsigned eqn) in nvgl_blend_eqn() function
|
D | nv10_state_raster.c | 68 PUSH_DATA (push, nvgl_blend_eqn(ctx->Color.Blend[0].EquationRGB)); in nv10_emit_blend_equation()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 100 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv30_blend_state_create() 103 SB_DATA (so, (nvgl_blend_eqn(cso->rt[0].alpha_func) << 16) | in nv30_blend_state_create() 104 nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv30_blend_state_create()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nv30_state.c | 100 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv30_blend_state_create() 103 SB_DATA (so, (nvgl_blend_eqn(cso->rt[0].alpha_func) << 16) | in nv30_blend_state_create() 104 nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv30_blend_state_create()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 147 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nvc0_blend_state_create() 150 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); in nvc0_blend_state_create() 158 SB_DATA (so, nvgl_blend_eqn(cso->rt[r].rgb_func)); in nvc0_blend_state_create() 161 SB_DATA (so, nvgl_blend_eqn(cso->rt[r].alpha_func)); in nvc0_blend_state_create()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
D | nv50_state.c | 152 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nv50_blend_state_create() 155 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); in nv50_blend_state_create() 167 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv50_blend_state_create() 170 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].alpha_func)); in nv50_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 152 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nv50_blend_state_create() 155 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); in nv50_blend_state_create() 167 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].rgb_func)); in nv50_blend_state_create() 170 SB_DATA (so, nvgl_blend_eqn(cso->rt[0].alpha_func)); in nv50_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 147 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].rgb_func)); in nvc0_blend_state_create() 150 SB_DATA (so, nvgl_blend_eqn(cso->rt[i].alpha_func)); in nvc0_blend_state_create() 158 SB_DATA (so, nvgl_blend_eqn(cso->rt[r].rgb_func)); in nvc0_blend_state_create() 161 SB_DATA (so, nvgl_blend_eqn(cso->rt[r].alpha_func)); in nvc0_blend_state_create()
|