Searched refs:tls_bo (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_screen.c | 276 nouveau_bo_ref(NULL, &screen->tls_bo); in nv50_screen_destroy() 425 PUSH_DATAh(push, screen->tls_bo->offset); in nv50_screen_init_hwctx() 426 PUSH_DATA (push, screen->tls_bo->offset); in nv50_screen_init_hwctx() 551 *tls_size, NULL, &screen->tls_bo); in nv50_tls_alloc() 577 nouveau_bo_ref(NULL, &screen->tls_bo); in nv50_tls_realloc() 583 PUSH_DATAh(push, screen->tls_bo->offset); in nv50_tls_realloc() 584 PUSH_DATA (push, screen->tls_bo->offset); in nv50_tls_realloc()
|
D | nv50_screen.h | 35 struct nouveau_bo *tls_bo; member
|
D | nv50_shader_state.c | 136 BCTX_REFN_bo(nv50->bufctx_3d, TLS, flags, nv50->screen->tls_bo); in nv50_program_update_context_state()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
D | nv50_screen.c | 276 nouveau_bo_ref(NULL, &screen->tls_bo); in nv50_screen_destroy() 425 PUSH_DATAh(push, screen->tls_bo->offset); in nv50_screen_init_hwctx() 426 PUSH_DATA (push, screen->tls_bo->offset); in nv50_screen_init_hwctx() 551 *tls_size, NULL, &screen->tls_bo); in nv50_tls_alloc() 577 nouveau_bo_ref(NULL, &screen->tls_bo); in nv50_tls_realloc() 583 PUSH_DATAh(push, screen->tls_bo->offset); in nv50_tls_realloc() 584 PUSH_DATA (push, screen->tls_bo->offset); in nv50_tls_realloc()
|
D | nv50_screen.h | 35 struct nouveau_bo *tls_bo; member
|
D | nv50_shader_state.c | 136 BCTX_REFN_bo(nv50->bufctx_3d, TLS, flags, nv50->screen->tls_bo); in nv50_program_update_context_state()
|