Searched refs:ONE_TEMP_SIZE (Results 1 – 1 of 1) sorted by relevance
44 #define ONE_TEMP_SIZE (4/*vector*/ * sizeof(float)) macro225 return nv50_screen(pscreen)->max_tls_space / ONE_TEMP_SIZE; in nv50_screen_get_shader_param()542 screen->cur_tls_space = util_next_power_of_two(tls_space / ONE_TEMP_SIZE) * in nv50_tls_alloc()543 ONE_TEMP_SIZE; in nv50_tls_alloc()546 util_next_power_of_two(tls_space / ONE_TEMP_SIZE)); in nv50_tls_alloc()572 (unsigned)(tls_space / ONE_TEMP_SIZE), in nv50_tls_realloc()573 (unsigned)(screen->max_tls_space / ONE_TEMP_SIZE)); in nv50_tls_realloc()734 ONE_TEMP_SIZE; in nv50_screen_create()735 screen->max_tls_space = dev->vram_size / size_of_one_temp * ONE_TEMP_SIZE; in nv50_screen_create()742 unsigned tls_space = 4/*temps*/ * ONE_TEMP_SIZE; in nv50_screen_create()