mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 19:40:10 +01:00
anv/query: Fix the location of timestamp availability
Reviewed-By: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Cc: "17.0 13.0" <mesa-dev@lists.freedesktop.org>
This commit is contained in:
parent
9e60f59e62
commit
4bbb4b95b8
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ void genX(CmdWriteTimestamp)(
|
|||
break;
|
||||
}
|
||||
|
||||
emit_query_availability(cmd_buffer, &pool->bo, query + 16);
|
||||
emit_query_availability(cmd_buffer, &pool->bo, offset + 16);
|
||||
}
|
||||
|
||||
#if GEN_GEN > 7 || GEN_IS_HASWELL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue