Home
last modified time | relevance | path

Searched defs:tls_space (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c871 static int nv50_tls_alloc(struct nv50_screen *screen, unsigned tls_space, in nv50_tls_alloc()
895 int nv50_tls_realloc(struct nv50_screen *screen, unsigned tls_space) in nv50_tls_realloc()
1144 unsigned tls_space = 4/*temps*/ * ONE_TEMP_SIZE; in nv50_screen_create() local
Dnv50_program.h63 uint32_t tls_space; /* required local memory per thread */ member