mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
ac/spm: add support for Ray Tracing counters in RGP on GFX12
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39100>
This commit is contained in:
parent
179184c07e
commit
dcf9f630ff
1 changed files with 3 additions and 0 deletions
|
|
@ -259,6 +259,9 @@ static struct ac_spm_counter_create_info gfx12_spm_counters[] = {
|
|||
{&gfx10_ta_perf_sel_ta_busy},
|
||||
{&gfx11_tcp_perf_sel_tcp_ta_req_stall},
|
||||
{&gfx12_gl2c_perf_sel_ea_wrreq_stall},
|
||||
{&gfx103_td_perf_sel_ray_tracing_bvh4_tri_node},
|
||||
{&gfx103_td_perf_sel_ray_tracing_bvh4_fp16_box_node},
|
||||
{&gfx103_td_perf_sel_ray_tracing_bvh4_fp32_box_node},
|
||||
};
|
||||
|
||||
static struct ac_spm_block_select *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue