Searched refs:ONE_TEMP_SIZE (Results 1 – 3 of 3) sorted by relevance
469 return nv50_screen(pscreen)->max_tls_space / ONE_TEMP_SIZE; in nv50_screen_get_shader_param()915 screen->cur_tls_space = util_next_power_of_two(tls_space / ONE_TEMP_SIZE) * in nv50_tls_alloc()916 ONE_TEMP_SIZE; in nv50_tls_alloc()919 util_next_power_of_two(tls_space / ONE_TEMP_SIZE)); in nv50_tls_alloc()945 (unsigned)(tls_space / ONE_TEMP_SIZE), in nv50_tls_realloc()946 (unsigned)(screen->max_tls_space / ONE_TEMP_SIZE)); in nv50_tls_realloc()1175 ONE_TEMP_SIZE; in nv50_screen_create()1176 screen->max_tls_space = dev->vram_size / size_of_one_temp * ONE_TEMP_SIZE; in nv50_screen_create()1183 unsigned tls_space = 4/*temps*/ * ONE_TEMP_SIZE; in nv50_screen_create()
30 #define ONE_TEMP_SIZE (4/*vector*/ * sizeof(float)) macro
154 PUSH_DATA (push, util_logbase2((screen->max_tls_space / ONE_TEMP_SIZE) * 2)); in nv50_screen_compute_setup()