Searched refs:NV30_NEW_BLEND (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
D | nv30_state_validate.c | 381 { 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()
|
D | nv30_context.h | 19 #define NV30_NEW_BLEND (1 << 0) macro
|
D | nv30_state.c | 122 nv30->dirty |= NV30_NEW_BLEND; in nv30_blend_state_bind()
|
D | nv30_transfer.c | 237 nv30->dirty |= NV30_NEW_BLEND; in nv30_transfer_rect_blit()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state_validate.c | 381 { 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()
|
D | nv30_context.h | 19 #define NV30_NEW_BLEND (1 << 0) macro
|
D | nv30_state.c | 122 nv30->dirty |= NV30_NEW_BLEND; in nv30_blend_state_bind()
|
D | nv30_transfer.c | 237 nv30->dirty |= NV30_NEW_BLEND; in nv30_transfer_rect_blit()
|