diff options
author | Caio Marcelo de Oliveira Filho <[email protected]> | 2020-01-24 11:11:20 -0800 |
---|---|---|
committer | Caio Marcelo de Oliveira Filho <[email protected]> | 2020-01-24 14:01:38 -0800 |
commit | c1a2ac2abe97ec30706d035e8838df1c7a7da665 (patch) | |
tree | ad3c027751fb0edeb3baa0ea5fe2c556488e8c64 /src/intel/compiler/brw_shader.cpp | |
parent | 41bffe091350d858ae4f82d179671c6cfb44253b (diff) |
anv: Always initialize target_stencil_layout
Pass down stencil data from the subpass attachment like we do
elsewhere. Only stencil attachments will make use of it.
Fixes warnings like
../src/intel/vulkan/genX_cmd_buffer.c: In function ‘cmd_buffer_begin_subpass’:
../src/intel/vulkan/genX_cmd_buffer.c:4656:41: warning: ‘target_stencil_layout’ may be used uninitialized in this function [-Wmaybe-uninitialized]
4656 | att_state->current_stencil_layout = target_stencil_layout;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
Reviewed-by: Jason Ekstrand <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3557>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3557>
Diffstat (limited to 'src/intel/compiler/brw_shader.cpp')
0 files changed, 0 insertions, 0 deletions