Home
last modified time | relevance | path

Searched refs:tls_bo (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c492 nouveau_bo_ref(NULL, &screen->tls_bo); in nv50_screen_destroy()
651 PUSH_DATAh(push, screen->tls_bo->offset); in nv50_screen_init_hwctx()
652 PUSH_DATA (push, screen->tls_bo->offset); in nv50_screen_init_hwctx()
798 *tls_size, NULL, &screen->tls_bo); in nv50_tls_alloc()
824 nouveau_bo_ref(NULL, &screen->tls_bo); in nv50_tls_realloc()
830 PUSH_DATAh(push, screen->tls_bo->offset); in nv50_tls_realloc()
831 PUSH_DATA (push, screen->tls_bo->offset); in nv50_tls_realloc()
Dnv50_compute.c150 PUSH_DATAh(push, screen->tls_bo->offset + 65536); in nv50_screen_compute_setup()
151 PUSH_DATA (push, screen->tls_bo->offset + 65536); in nv50_screen_compute_setup()
Dnv50_screen.h72 struct nouveau_bo *tls_bo; member
Dnv50_shader_state.c139 BCTX_REFN_bo(nv50->bufctx_3d, 3D_TLS, flags, nv50->screen->tls_bo); in nv50_program_update_context_state()