Home
last modified time | relevance | path

Searched refs:waves_per_threadgroup (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c725 unsigned waves_per_threadgroup = in si_emit_dispatch_packets() local
728 S_00B854_SIMD_DEST_CNTL(waves_per_threadgroup % 4 == 0); in si_emit_dispatch_packets()
738 if (num_cu_per_se % 4 && waves_per_threadgroup == 1) in si_emit_dispatch_packets()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c2631 unsigned waves_per_threadgroup; in radv_emit_compute_pipeline() local
2664 waves_per_threadgroup = in radv_emit_compute_pipeline()
2669 S_00B854_SIMD_DEST_CNTL(waves_per_threadgroup % 4 == 0); in radv_emit_compute_pipeline()
2680 if (num_cu_per_se % 4 && waves_per_threadgroup == 1) in radv_emit_compute_pipeline()