Searched refs:ONE_TEMP_SIZE (Results 1 – 3 of 3) sorted by relevance
432 return nv50_screen(pscreen)->max_tls_space / ONE_TEMP_SIZE; in nv50_screen_get_shader_param()877 screen->cur_tls_space = util_next_power_of_two(tls_space / ONE_TEMP_SIZE) * in nv50_tls_alloc()878 ONE_TEMP_SIZE; in nv50_tls_alloc()881 util_next_power_of_two(tls_space / ONE_TEMP_SIZE)); in nv50_tls_alloc()907 (unsigned)(tls_space / ONE_TEMP_SIZE), in nv50_tls_realloc()908 (unsigned)(screen->max_tls_space / ONE_TEMP_SIZE)); in nv50_tls_realloc()1136 ONE_TEMP_SIZE; in nv50_screen_create()1137 screen->max_tls_space = dev->vram_size / size_of_one_temp * ONE_TEMP_SIZE; in nv50_screen_create()1144 unsigned tls_space = 4/*temps*/ * ONE_TEMP_SIZE; in nv50_screen_create()
30 #define ONE_TEMP_SIZE (4/*vector*/ * sizeof(float)) macro
153 PUSH_DATA (push, util_logbase2((screen->max_tls_space / ONE_TEMP_SIZE) * 2)); in nv50_screen_compute_setup()