Home
last modified time | relevance | path

Searched refs:threadgroups_per_cu (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.h255 unsigned threadgroups_per_cu);
H A Dac_gpu_info.c1850 unsigned max_waves_per_sh, unsigned threadgroups_per_cu) in ac_get_compute_resource_limits()
1870 assert(threadgroups_per_cu >= 1 && threadgroups_per_cu <= 8); in ac_get_compute_resource_limits()
1872 S_00B854_WAVES_PER_SH(max_waves_per_sh) | S_00B854_CU_GROUP_COUNT(threadgroups_per_cu - 1); in ac_get_compute_resource_limits()
1849 ac_get_compute_resource_limits(const struct radeon_info *info, unsigned waves_per_threadgroup, unsigned max_waves_per_sh, unsigned threadgroups_per_cu) ac_get_compute_resource_limits() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c808 unsigned threadgroups_per_cu = 1; in si_emit_dispatch_packets() local
811 threadgroups_per_cu = 2; in si_emit_dispatch_packets()
823 sctx->cs_max_waves_per_sh, threadgroups_per_cu)); in si_emit_dispatch_packets()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c7188 unsigned threadgroups_per_cu = 1; in radv_pipeline_emit_compute_state() local
7198 threadgroups_per_cu = 2; in radv_pipeline_emit_compute_state()
7203 max_waves_per_sh, threadgroups_per_cu)); in radv_pipeline_emit_compute_state()

Completed in 15 milliseconds