Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h29 #define NV50_NEW_3D_BLEND (1 << 0) macro
Dnv50_state_validate.c476 ctx_to->dirty_3d &= ~NV50_NEW_3D_BLEND; in nv50_switch_pipe_context()
492 { nv50_validate_blend, NV50_NEW_3D_BLEND },
Dnv50_state.c214 nv50->dirty_3d |= NV50_NEW_3D_BLEND; in nv50_blend_state_bind()
Dnv50_surface.c1338 NV50_NEW_3D_RASTERIZER | NV50_NEW_3D_ZSA | NV50_NEW_3D_BLEND | in nv50_blitctx_post_blit()