Searched refs:per_thread_scratch (Results 1 – 8 of 8) sorted by relevance
41 uint32_t per_thread_scratch; member
1419 gl_shader_stage stage, unsigned per_thread_scratch) in anv_scratch_pool_alloc() argument1421 if (per_thread_scratch == 0) in anv_scratch_pool_alloc()1424 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_alloc()1509 uint32_t size = per_thread_scratch * max_threads[stage]; in anv_scratch_pool_alloc()
1019 unsigned per_thread_scratch);
430 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()433 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
1971 ffs(stage_state->per_thread_scratch) - 11;2110 ffs(stage_state->per_thread_scratch) - 11; \3991 ffs(stage_state->per_thread_scratch) - 11);4308 per_thread_scratch_value = ffs(stage_state->per_thread_scratch) - 11;4313 per_thread_scratch_value = ffs(stage_state->per_thread_scratch) - 12;4318 per_thread_scratch_value = stage_state->per_thread_scratch / 1024 - 1;
638 uint32_t per_thread_scratch; member
865 unsigned per_thread_scratch,
2085 unsigned per_thread_scratch, in iris_get_scratch_space() argument2092 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_space()2149 uint32_t size = per_thread_scratch * max_threads[stage]; in iris_get_scratch_space()