Searched refs:tls_bo (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 612 nouveau_bo_ref(NULL, &screen->tls_bo); in nv50_screen_destroy() 771 PUSH_DATAh(push, screen->tls_bo->offset); in nv50_screen_init_hwctx() 772 PUSH_DATA (push, screen->tls_bo->offset); in nv50_screen_init_hwctx() 924 *tls_size, NULL, &screen->tls_bo); in nv50_tls_alloc() 950 nouveau_bo_ref(NULL, &screen->tls_bo); in nv50_tls_realloc() 956 PUSH_DATAh(push, screen->tls_bo->offset); in nv50_tls_realloc() 957 PUSH_DATA (push, screen->tls_bo->offset); in nv50_tls_realloc()
|
D | nv50_screen.h | 72 struct nouveau_bo *tls_bo; member
|
D | nv50_compute.c | 151 PUSH_DATAh(push, screen->tls_bo->offset + 65536); in nv50_screen_compute_setup() 152 PUSH_DATA (push, screen->tls_bo->offset + 65536); in nv50_screen_compute_setup()
|
D | nv50_shader_state.c | 144 BCTX_REFN_bo(nv50->bufctx_3d, 3D_TLS, flags, nv50->screen->tls_bo); in nv50_program_update_context_state()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 2338 struct panfrost_bo *tls_bo = in emit_tls() local 2347 .ptr = tls_bo ? tls_bo->ptr.gpu : 0, in emit_tls() 2360 struct panfrost_bo *tls_bo = in emit_fbd() local 2369 .ptr = tls_bo ? tls_bo->ptr.gpu : 0, in emit_fbd()
|