iris: Simplify iris_get_depth_stencil_resources
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Feb 2019 06:12:01 +0000 (22:12 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:12 +0000 (10:26 -0800)
commit1b5c342f33d3c2d71ac754f66268b2915d2a49d1
tree65917db7e16ca205cbfe3246e54f56407872615e
parent07ec1f0b253c552bf6b60d5b67e11089db2673e3
iris: Simplify iris_get_depth_stencil_resources

We can safely assume that the given resource is depth, depth/stencil,
or stencil already.  The stencil-only case is easily detectable with
a single format check, and all other cases are handled identically.

This saves some CPU overhead.
src/gallium/drivers/iris/iris_resource.c