Searched refs:max_scratch_ids (Results 1 – 7 of 7) sorted by relevance
244 uint32_t max_eu_id = devinfo->max_scratch_ids[MESA_SHADER_COMPUTE]; in brw_rt_ray_queries_hw_stacks_size()255 uint32_t max_eu_id = devinfo->max_scratch_ids[MESA_SHADER_COMPUTE]; in brw_rt_ray_queries_shadow_stack_size()
1921 devinfo->max_scratch_ids[i] = max_thread_ids; in init_max_scratch_ids()1923 unsigned max_scratch_ids[] = { in init_max_scratch_ids() local1931 STATIC_ASSERT(sizeof(devinfo->max_scratch_ids) == sizeof(max_scratch_ids)); in init_max_scratch_ids()1932 memcpy(devinfo->max_scratch_ids, max_scratch_ids, in init_max_scratch_ids()1933 sizeof(devinfo->max_scratch_ids)); in init_max_scratch_ids()
324 unsigned max_scratch_ids[MESA_SHADER_STAGES]; member
1473 assert(stage < ARRAY_SIZE(devinfo->max_scratch_ids)); in anv_scratch_pool_alloc()1474 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in anv_scratch_pool_alloc()
2390 assert(stage < ARRAY_SIZE(devinfo->max_scratch_ids)); in iris_get_scratch_space()2391 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in iris_get_scratch_space()
2678 assert(stage < ARRAY_SIZE(devinfo->max_scratch_ids)); in crocus_get_scratch_space()2679 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in crocus_get_scratch_space()
2190 - intel/devinfo: Add devinfo->max_scratch_ids