Home
last modified time | relevance | path

Searched refs:max_scratch_ids (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_rt.h244 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()
/third_party/mesa3d/src/intel/dev/
Dintel_device_info.c1921 devinfo->max_scratch_ids[i] = max_thread_ids; in init_max_scratch_ids()
1923 unsigned max_scratch_ids[] = { in init_max_scratch_ids() local
1931 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()
Dintel_device_info.h324 unsigned max_scratch_ids[MESA_SHADER_STAGES]; member
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1473 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()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2390 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()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c2678 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()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2190 - intel/devinfo: Add devinfo->max_scratch_ids