Home
last modified time | relevance | path

Searched refs:NV50_CB_AUX_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h87 #define NV50_CB_AUX_SIZE (1 << 16) macro
105 #define NV50_CB_AUX_RUNOUT_OFFSET (NV50_CB_AUX_SIZE - 0x10)
Dnv50_screen.c678 PUSH_DATA (push, (NV50_CB_AUX << 16) | (NV50_CB_AUX_SIZE & 0xffff)); in nv50_screen_init_hwctx()