Home
last modified time | relevance | path

Searched refs:max_scratch_ids (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_rt.h241 /* Maximum slice/subslice/EU ID can be computed from the max_scratch_ids
244 uint32_t max_eu_id = devinfo->max_scratch_ids[MESA_SHADER_COMPUTE];
252 /* Maximum slice/subslice/EU ID can be computed from the max_scratch_ids
255 uint32_t max_eu_id = devinfo->max_scratch_ids[MESA_SHADER_COMPUTE];
/third_party/mesa3d/src/intel/dev/
H A 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()
H A Dintel_device_info.h324 unsigned max_scratch_ids[MESA_SHADER_STAGES]; member
/third_party/mesa3d/src/intel/vulkan/
H A 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/
H A 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/
H A 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()

Completed in 24 milliseconds