Searched refs:NV50_CB_AUX_RUNOUT_OFFSET (Results 1 – 2 of 2) sorted by relevance
663 PUSH_DATA (push, (NV50_CB_AUX_RUNOUT_OFFSET << (8 - 2)) | NV50_CB_AUX); in nv50_screen_init_hwctx()670 PUSH_DATAh(push, screen->uniforms->offset + (3 << 16) + NV50_CB_AUX_RUNOUT_OFFSET); in nv50_screen_init_hwctx()671 PUSH_DATA (push, screen->uniforms->offset + (3 << 16) + NV50_CB_AUX_RUNOUT_OFFSET); in nv50_screen_init_hwctx()
105 #define NV50_CB_AUX_RUNOUT_OFFSET (NV50_CB_AUX_SIZE - 0x10) macro