Skip to content

intel/vulkan: assume() that we don't use "ISL_NUM_FORMATS"

Dylan Baker requested to merge dbaker/mesa:submit/coverity-fixes into main

While it seems basically impossible that we'd return these metadata values, the compiler and static analysis tools don't know that. We can hint to them that we are, in fact, not going to do that.

Merge request reports