Home
last modified time | relevance | path

Searched refs:NV50_CB_AUX (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c452 PUSH_DATA (push, (NV50_CB_AUX << 16) | 0x0200); in nv50_screen_init_hwctx()
455 PUSH_DATA (push, (NV50_CB_AUX << 12) | 0xf01); in nv50_screen_init_hwctx()
456 PUSH_DATA (push, (NV50_CB_AUX << 12) | 0xf21); in nv50_screen_init_hwctx()
457 PUSH_DATA (push, (NV50_CB_AUX << 12) | 0xf31); in nv50_screen_init_hwctx()
461 PUSH_DATA (push, ((1 << 9) << 6) | NV50_CB_AUX); in nv50_screen_init_hwctx()
Dnv50_context.h73 #define NV50_CB_AUX 127 macro
Dnv50_state_validate.c233 PUSH_DATA (push, (0 << 8) | NV50_CB_AUX); in nv50_validate_clip()