anv/blorp: multisample resolve all attachment layers
authorIago Toral Quiroga <itoral@igalia.com>
Wed, 14 Feb 2018 10:48:05 +0000 (11:48 +0100)
committerIago Toral Quiroga <itoral@igalia.com>
Thu, 22 Feb 2018 07:23:39 +0000 (08:23 +0100)
commit7668b594e61e78ea4419936293fd5c6d756e0400
tree421101fa6e0a0afd803594c1216fa04aac8c8765
parent2dce4ac6ac0b4fb54752cd5cf51b201789f43c32
anv/blorp: multisample resolve all attachment layers

We were only resolving the first.

v2:
  - Do not require that the number of layers on dst and src are an
    exact match, it is okay if the dst has more layers so long as
    it has at least the same that we are going to resolve.
  - Do not always resolve array_len layers, we should resolve
    only from base_array_layer to array_len.

v3:
  - v2 was assuming that array_len represented the total number of
    layers in the image, but it represents the number of layers
    starting at the base array ayer.

v4:
 - The number of layers to resolve should be taken from the
   framebuffer (Nanley).

Fixes new CTS tests for multisampled layered rendering:
dEQP-VK.renderpass.multisample_resolve.layers_*

Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
src/intel/vulkan/anv_blorp.c