Searched refs:ONE_TEMP_SIZE (Results 1 – 3 of 3) sorted by relevance
345 return nv50_screen(pscreen)->max_tls_space / ONE_TEMP_SIZE; in nv50_screen_get_shader_param()789 screen->cur_tls_space = util_next_power_of_two(tls_space / ONE_TEMP_SIZE) * in nv50_tls_alloc()790 ONE_TEMP_SIZE; in nv50_tls_alloc()793 util_next_power_of_two(tls_space / ONE_TEMP_SIZE)); in nv50_tls_alloc()819 (unsigned)(tls_space / ONE_TEMP_SIZE), in nv50_tls_realloc()820 (unsigned)(screen->max_tls_space / ONE_TEMP_SIZE)); in nv50_tls_realloc()1004 ONE_TEMP_SIZE; in nv50_screen_create()1005 screen->max_tls_space = dev->vram_size / size_of_one_temp * ONE_TEMP_SIZE; in nv50_screen_create()1012 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()