/external/chromium_org/third_party/mesa/src/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);
|
/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);
|