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 D | nv50_screen.c | 536 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 D | nv50_screen.h | 72 struct nouveau_bo *tls_bo; member in struct:nv50_screen
|
| H A D | nv50_compute.c | 150 PUSH_DATAh(push, screen->tls_bo->offset + 65536); 151 PUSH_DATA (push, screen->tls_bo->offset + 65536);
|
| H A D | nv50_shader_state.c | 139 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 D | nv50_screen.c | 612 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 D | nv50_screen.h | 72 struct nouveau_bo *tls_bo; member in struct:nv50_screen
|
| H A D | nv50_compute.c | 151 PUSH_DATAh(push, screen->tls_bo->offset + 65536); 152 PUSH_DATA (push, screen->tls_bo->offset + 65536);
|
| H A D | nv50_shader_state.c | 144 BCTX_REFN_bo(nv50->bufctx_3d, 3D_TLS, flags, nv50->screen->tls_bo);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_cmdstream.c | 2338 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