Searched refs:tls_bo (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_screen.h35 struct nouveau_bo *tls_bo; member in struct:nv50_screen
H A Dnv50_screen.c276 nouveau_bo_ref(NULL, &screen->tls_bo);
425 PUSH_DATAh(push, screen->tls_bo->offset);
426 PUSH_DATA (push, screen->tls_bo->offset);
551 *tls_size, NULL, &screen->tls_bo);
577 nouveau_bo_ref(NULL, &screen->tls_bo);
583 PUSH_DATAh(push, screen->tls_bo->offset);
584 PUSH_DATA (push, screen->tls_bo->offset);
H A Dnv50_shader_state.c136 BCTX_REFN_bo(nv50->bufctx_3d, TLS, flags, nv50->screen->tls_bo);

Completed in 106 milliseconds