Searched refs:per_thread_scratch (Results 1 – 7 of 7) sorted by relevance
41 uint32_t per_thread_scratch; member
1448 gl_shader_stage stage, unsigned per_thread_scratch) in anv_scratch_pool_alloc() argument1450 if (per_thread_scratch == 0) in anv_scratch_pool_alloc()1453 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_alloc()1474 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in anv_scratch_pool_alloc()1514 unsigned per_thread_scratch) in anv_scratch_pool_get_surf() argument1516 if (per_thread_scratch == 0) in anv_scratch_pool_get_surf()1519 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_get_surf()1528 per_thread_scratch); in anv_scratch_pool_get_surf()1541 .stride_B = per_thread_scratch, in anv_scratch_pool_get_surf()
911 unsigned per_thread_scratch);914 unsigned per_thread_scratch);
2368 unsigned per_thread_scratch, in iris_get_scratch_space() argument2375 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_space()2377 assert(per_thread_scratch == 1 << (encoded_size + 10)); in iris_get_scratch_space()2391 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in iris_get_scratch_space()2401 unsigned per_thread_scratch) in iris_get_scratch_surf() argument2408 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_surf()2410 assert(per_thread_scratch == 1 << (encoded_size + 10)); in iris_get_scratch_surf()2418 iris_get_scratch_space(ice, per_thread_scratch, MESA_SHADER_COMPUTE); in iris_get_scratch_surf()2429 .stride_B = per_thread_scratch, in iris_get_scratch_surf()
954 unsigned per_thread_scratch,957 unsigned per_thread_scratch);
839 unsigned per_thread_scratch,
2665 unsigned per_thread_scratch, in crocus_get_scratch_space() argument2672 unsigned encoded_size = ffs(per_thread_scratch) - 11; in crocus_get_scratch_space()2679 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in crocus_get_scratch_space()