Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.h127 #define NV50_CB_AUX_MEMBAR_OFFSET 0x6c4 macro
Dnv50_screen.c846 PUSH_DATA (push, (NV50_CB_AUX_MEMBAR_OFFSET << (8 - 2)) | NV50_CB_AUX); in nv50_screen_init_hwctx()
848 PUSH_DATA (push, screen->uniforms->offset + (4 << 16) + NV50_CB_AUX_MEMBAR_OFFSET); in nv50_screen_init_hwctx()
Dnv50_program.c370 info->io.membarOffset = NV50_CB_AUX_MEMBAR_OFFSET; in nv50_program_translate()