beamformer_compute_stats.c (414B)
1 /* See LICENSE for license details. */ 2 3 typedef struct { 4 u64 shader_count; 5 u32 shader_ids[BeamformerMaxComputeShaderStages]; 6 /* NOTE(rnp): this wants to be iterated on both dimensions. it depends entirely on which 7 * visualization method you want to use. the coalescing function wants both directions */ 8 f32 times[32][BeamformerMaxComputeShaderStages]; 9 f32 rf_time_deltas[32]; 10 } BeamformerComputeStatsTable;