Searched refs:max_scratch_ids (Results 1 – 7 of 7) sorted by relevance
260 uint32_t max_eu_id = devinfo->max_scratch_ids[MESA_SHADER_COMPUTE]; in brw_rt_ray_queries_hw_stacks_size()271 uint32_t max_eu_id = devinfo->max_scratch_ids[MESA_SHADER_COMPUTE]; in brw_rt_ray_queries_shadow_stack_size()
1815 devinfo->max_scratch_ids[i] = max_thread_ids; in init_max_scratch_ids()1817 unsigned max_scratch_ids[] = { in init_max_scratch_ids() local1825 STATIC_ASSERT(sizeof(devinfo->max_scratch_ids) == sizeof(max_scratch_ids)); in init_max_scratch_ids()1826 memcpy(devinfo->max_scratch_ids, max_scratch_ids, in init_max_scratch_ids()1827 sizeof(devinfo->max_scratch_ids)); in init_max_scratch_ids()
1446 assert(stage < ARRAY_SIZE(devinfo->max_scratch_ids)); in anv_scratch_pool_alloc()1447 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in anv_scratch_pool_alloc()
1364 assert(stage < ARRAY_SIZE(devinfo->max_scratch_ids)); in anv_scratch_pool_alloc()1365 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in anv_scratch_pool_alloc()
2638 assert(stage < ARRAY_SIZE(devinfo->max_scratch_ids)); in crocus_get_scratch_space()2639 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in crocus_get_scratch_space()
3134 assert(stage < ARRAY_SIZE(devinfo->max_scratch_ids)); in iris_get_scratch_space()3135 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in iris_get_scratch_space()
2190 - intel/devinfo: Add devinfo->max_scratch_ids