HomeSort by relevance Sort by last modified time
    Searched refs:tls_bo (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.h 35 struct nouveau_bo *tls_bo; member in struct:nv50_screen
nv50_screen.c 276 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);
nv50_shader_state.c 136 BCTX_REFN_bo(nv50->bufctx_3d, TLS, flags, nv50->screen->tls_bo);

Completed in 44 milliseconds