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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c536 nouveau_bo_ref(NULL, &screen->tls_bo);
695 PUSH_DATAh(push, screen->tls_bo->offset);
696 PUSH_DATA (push, screen->tls_bo->offset);
842 *tls_size, NULL, &screen->tls_bo);
868 nouveau_bo_ref(NULL, &screen->tls_bo);
874 PUSH_DATAh(push, screen->tls_bo->offset);
875 PUSH_DATA (push, screen->tls_bo->offset);
H A Dnv50_screen.h72 struct nouveau_bo *tls_bo; member in struct:nv50_screen
H A Dnv50_compute.c150 PUSH_DATAh(push, screen->tls_bo->offset + 65536);
151 PUSH_DATA (push, screen->tls_bo->offset + 65536);
H A Dnv50_shader_state.c139 BCTX_REFN_bo(nv50->bufctx_3d, 3D_TLS, flags, nv50->screen->tls_bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_screen.c612 nouveau_bo_ref(NULL, &screen->tls_bo);
771 PUSH_DATAh(push, screen->tls_bo->offset);
772 PUSH_DATA (push, screen->tls_bo->offset);
924 *tls_size, NULL, &screen->tls_bo);
950 nouveau_bo_ref(NULL, &screen->tls_bo);
956 PUSH_DATAh(push, screen->tls_bo->offset);
957 PUSH_DATA (push, screen->tls_bo->offset);
H A Dnv50_screen.h72 struct nouveau_bo *tls_bo; member in struct:nv50_screen
H A Dnv50_compute.c151 PUSH_DATAh(push, screen->tls_bo->offset + 65536);
152 PUSH_DATA (push, screen->tls_bo->offset + 65536);
H A Dnv50_shader_state.c144 BCTX_REFN_bo(nv50->bufctx_3d, 3D_TLS, flags, nv50->screen->tls_bo);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c2338 struct panfrost_bo *tls_bo = local in function:emit_tls
2347 .ptr = tls_bo ? tls_bo->ptr.gpu : 0,
2360 struct panfrost_bo *tls_bo = local in function:emit_fbd
2369 .ptr = tls_bo ? tls_bo->ptr.gpu : 0,

Completed in 15 milliseconds