Skip to content

anv: Initialize variable to fix static analyzer warning

What does this MR do and why?

Static analyzer is complaning that tex_src could be not initialized and then used, this should not happen as an instruction with type of 'tex' type needs to have source a texture handle.

But to make static analyzer happy here just initializing it to zero.

Merge request reports