mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
anv: Add missing ACCELERATION_STRUCTURE_READ in barrier handling
Cc: mesa-stable
Signed-off-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36952>
(cherry picked from commit 75d770b4f8)
This commit is contained in:
parent
5ce967c717
commit
b7b7f74e4f
2 changed files with 2 additions and 1 deletions
|
|
@ -4754,7 +4754,7 @@
|
|||
"description": "anv: Add missing ACCELERATION_STRUCTURE_READ in barrier handling",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -3959,6 +3959,7 @@ anv_pipe_invalidate_bits_for_access_flags(struct anv_cmd_buffer *cmd_buffer,
|
|||
pipe_bits |= ANV_PIPE_TILE_CACHE_FLUSH_BIT;
|
||||
break;
|
||||
case VK_ACCESS_2_SHADER_STORAGE_READ_BIT:
|
||||
case VK_ACCESS_2_ACCELERATION_STRUCTURE_READ_BIT_KHR:
|
||||
/* VK_ACCESS_2_SHADER_STORAGE_READ_BIT specifies read access to a
|
||||
* storage buffer, physical storage buffer, storage texel buffer, or
|
||||
* storage image in any shader pipeline stage.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue