Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_screen.c276 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()
Dnv50_screen.h35 struct nouveau_bo *tls_bo; member
Dnv50_shader_state.c136 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/
Dnv50_screen.c276 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()
Dnv50_screen.h35 struct nouveau_bo *tls_bo; member
Dnv50_shader_state.c136 BCTX_REFN_bo(nv50->bufctx_3d, TLS, flags, nv50->screen->tls_bo); in nv50_program_update_context_state()