History log of /external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d51c248f04b980406d9b767064170b77b682cac7 18-Oct-2017 Piers Daniell <pdaniell@nvidia.com> Avoid hitting fp16 NaN values

Modify the test references values to avoid situations where
they hit NaN values when viewed as fp16. This can happen
when uploading {0.1, 0.5, 0.9, 0.2} to r8g8b8a8_unorm which,
depending on the rounding of the 0.5, could end up as a 0x7F
value which when viewed as the MSB of a fp16 value is a NaN.

Affects:

dEQP-VK.image.mutable.*

Components: Vulkan

VK-GL-CTS Issue: 784

Change-Id: I2adbd27aa7d94254c9f19d788eacace2ea95d10c
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
1a42786b8dba4e091e1012a458d3ad17457a6b66 06-Oct-2017 Alexander Galazin <alexander.galazin@arm.com> Add StorageImageExtendedFormats cap check

dEQP-VK.image.texel_view_compatible.compute.* didn't check
for shaderStorageImageExtendedFormats

Component: Vulkan

VK-GL-CTS issue: 753

Affects:
dEQP-VK.image.texel_view_compatible.compute.*

Change-Id: I957329a66d2f4bedb950a597a702ec29680418de
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
1effe1447ee45b189b838be052373e207251af76 20-Sep-2017 Alexander Galazin <alexander.galazin@arm.com> Indentation improvement after removal KHR suffix

Components: Vulkan

VK-GL-CTS issue: 473

Change-Id: Ic58e5c2775504c724936b62d5c9d4b1330bc085e
(cherry picked from commit 03e5ace049a785f9e7fc62116089f121643eb345)
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
e808b407039c05dc9822e81973a3aecb2c7dab47 21-Sep-2017 Alexander Galazin <alexander.galazin@arm.com> Check API version in addition to present extensions

Components: Vulkan

VK-GL-CTS issue: 473

Change-Id: I07ff1b66b98046ac7975e92684e8003969c18345
(cherry picked from commit e1cd4204c7ca28648bb6ccc4d32af56d671edfa4)
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
33b5a8a9652e2ad55029dccd970f0e7a39af917f 20-Sep-2017 Alexander Galazin <alexander.galazin@arm.com> Remove Vulkan 1.1 KHR-suffixed functions/structs/enums

This change removes KHR-sufffices functions/structs/enums
for features that became Vulkan 1.1 core

Components: Vulkan

VK-GL-CTS issue: 473

Change-Id: Ifeae93b2686b4a9b6e0744917f2e95dc23d2b7fa
(cherry picked from commit b0f38a8bea7ac29ab52c464073722ba08eaef1f4)
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
1afc0a15d483701f3319467f7a3f1d9b47692f66 29-Aug-2017 Arkadiusz Sarwa <arkadiusz.sarwa@mobica.com> Fix build errors with uint32_t vktImageMutableTests.cpp

Change-Id: I072fade98fd20b6a4a0389e9a63e790d36d6c0d0
Components: Vulkan
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
dcd00f2f316fae0b86e1b03a8cf22774ce312c1d 04-Jul-2017 Iago Toral Quiroga <itoral@igalia.com> Add tests for VK_KHR_image_format_list

Components: Vulkan
VK-GL-CTS issue: 550

New tests:
dEQP-VK.image.mutable.*_format_list

Change-Id: Ic72304a65c76335c98764678e056f030fafba71f
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp
16b30ca0f65fc9c6a1508d1f99ba1f6014f4e828 29-Jun-2017 Iago Toral Quiroga <itoral@igalia.com> Expand tests for mutable images

Currently, only the image load/store tests use mutable images,
but these require the images's layout to be
VK_IMAGE_LAYOUT_GENERAL (requirement for image load/store) so they
don't provide coverage for the most interesting scenarios.

These tests add cases that mix combined image upload/download
methods that exercise various other image layouts and scenarios.
Specifically, it tests each of [copy, clear, draw, store] upload
methods with each of [copy, load, texture] download methods.

Components: Vulkan
VK-GL-CTS issue: 513

New Tests:
dEQP-VK.image.mutable.*

Change-Id: I01cd77ab250f9934e71f5c9997b850950c9bd552
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageMutableTests.cpp