Skip to content

pvr: Use correct pbe format for VK_FORMAT_A8B8G8R8_UNORM_PACK32

What does this MR do and why?

Very simple fix to use the correct PBE (hardware) format for VK_FORMAT_A8B8G8R8_UNORM_PACK32.

This MR was tested:

  • manually tested on my development machine(s) with the following:
    • dEQP-VK.api.image_clearing.core.clear_color_image.1d.linear.single_layer.a8b8g8r8_unorm_pack32_71x1
    • dEQP-VK.api.image_clearing.core.clear_color_image.2d.linear.single_layer.a8b8g8r8_unorm_pack32_33x128
  • repeatedly tested since there is a risk of introducing flakes
  • not applicable
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
Reported-by: Soroush Kashani <soroush.kashani@imgtec.com>
Reviewed-by: Karmjit Mahil <Karmjit.Mahil@imgtec.com>
Edited by Matt Coster

Merge request reports