mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-23 22:40:34 +01:00
asahi: Model alignment of occlusion query indices
8-byte offsets. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20123>
This commit is contained in:
parent
3a318e4265
commit
c9144eff48
1 changed files with 2 additions and 1 deletions
|
|
@ -421,7 +421,8 @@
|
|||
</struct>
|
||||
|
||||
<struct name="Fragment occlusion query" size="4">
|
||||
<field name="Offset" size="18" start="14" type="uint"/>
|
||||
<!-- 64-bit index into occlusion result buffer -->
|
||||
<field name="Index" size="15" start="17" type="uint"/>
|
||||
</struct>
|
||||
|
||||
<struct name="Fragment occlusion query 2" size="4">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue