Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Dnv30_state_validate.c381 { nv30_validate_blend, NV30_NEW_BLEND },
384 { nv30_validate_multisample, NV30_NEW_SAMPLE_MASK | NV30_NEW_BLEND |
414 { nv30_validate_blend, NV30_NEW_BLEND },
417 { nv30_validate_multisample, NV30_NEW_SAMPLE_MASK | NV30_NEW_BLEND |
448 nv30->dirty &= ~NV30_NEW_BLEND; in nv30_state_context_switch()
Dnv30_context.h19 #define NV30_NEW_BLEND (1 << 0) macro
Dnv30_state.c122 nv30->dirty |= NV30_NEW_BLEND; in nv30_blend_state_bind()
Dnv30_transfer.c237 nv30->dirty |= NV30_NEW_BLEND; in nv30_transfer_rect_blit()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state_validate.c381 { nv30_validate_blend, NV30_NEW_BLEND },
384 { nv30_validate_multisample, NV30_NEW_SAMPLE_MASK | NV30_NEW_BLEND |
414 { nv30_validate_blend, NV30_NEW_BLEND },
417 { nv30_validate_multisample, NV30_NEW_SAMPLE_MASK | NV30_NEW_BLEND |
448 nv30->dirty &= ~NV30_NEW_BLEND; in nv30_state_context_switch()
Dnv30_context.h19 #define NV30_NEW_BLEND (1 << 0) macro
Dnv30_state.c122 nv30->dirty |= NV30_NEW_BLEND; in nv30_blend_state_bind()
Dnv30_transfer.c237 nv30->dirty |= NV30_NEW_BLEND; in nv30_transfer_rect_blit()