History log of /external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
60d30ca8f073d85019f88ed82bebdf247086b898 09-Mar-2017 Pyry Haulos <phaulos@google.com> Fix image layout in dEQP-VK.image

Image load and store ops are only supported in VK_IMAGE_LAYOUT_GENERAL.

Changed tests:

dEQP-VK.image.load_store.*
dEQP-VK.image.format_reinterpret.*
dEQP-VK.image.qualifiers.restrict.*

VK-GL-CTS issue: 217
Components: Vulkan

Change-Id: I2b9048176ce0e79b3d1db8cb36d384c1b4c4c9d4
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
7ac9a1f266eb171fa0eb411c300d2122f578a3a6 28-Jul-2016 Maciej Jesionowski <maciej.jesionowski@mobica.com> Add multisampled storage image load/store test

New tests:

- dEQP-VK.image.load_store_multisample.2d.*
- dEQP-VK.image.load_store_multisample.2d_array.*

Fixes #439

Change-Id: I584f3795dc8f50af753d8dea8b8c47906840770a
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
978d3d585aa549eb1e729b51e9d85fc6477240f9 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
23782e1995cd82c815b402c77fc350ce3438f41c 12-Feb-2016 Pyry Haulos <phaulos@google.com> Merge branch 'aosp-copyright' into 'vulkan-cts-1.0'

Add AOSP copyright to tests ported from dEQP GLES tests



See merge request !436
2b7a799b2d5fc091c1d58302f6b90d4fe5444da2 12-Feb-2016 Kantoch <marcin.kantoch@mobica.com> dEQP-VK.image.load_store* lacks setting access flags for image memory barrier
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
c05b7f1437e619205c96eaa31c0b79ec97a0d47d 11-Feb-2016 Pyry Haulos <phaulos@google.com> Add AOSP copyright to tests ported from dEQP GLES tests
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
3b2f21f86e401db59e8dfcc96f697e6c2fff8823 11-Feb-2016 Pyry Haulos <phaulos@google.com> Merge branch '259-fix-arm-gcc-issue' into 'vulkan-cts-1.0'

Image load/store: remove DynArray

As per description in #259 this code posed a problem in some situations, so this is an attempt to sidestep an issue altogether.

Fixes #259

See merge request !419
9a869c2848d0419008cb99f72c9fa372e3af805d 09-Feb-2016 Pyry Haulos <phaulos@google.com> Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
49e0fed2d19130bc11ad400d6c1eb28d12bcb9c7 05-Feb-2016 Maciej Jesionowski <maciej.jesionowski@mobica.com> Compute, image: remove DynArray
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
6827822f0cd3927bc6e9012ee4949d9c56ef495b 14-Jan-2016 Jeff Bolz <jbolz@nvidia.com> Flush fp16 denorms to zero for format_reinterpret tests.
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
689c095f881a410da6a315795452a8e00ad95a9d 05-Jan-2016 Pyry Haulos <phaulos@google.com> Update Vulkan CTS to API 1.0.0

Change-Id: Idb60e106fadb133fcbce136270853696a6290f5b
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
fddcfc0946a02d466e44dbe11081a71a2a4e1546 08-Jan-2016 Pyry Haulos <phaulos@google.com> Merge changes from Khronos repository
9a3b5e4e3d1cca9cc9763cc9650b02816d4cebc6 23-Dec-2015 scygan <slawomir.cygan@intel.com> dEQP-VK.image.format_reinterpret.* tests must use VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT image flag

These test create image views with format different from underlying image. According to spec, such images must be created with VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT flag
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
d3cfb7f158cb03f3734b7f9f24c5b3f97e18939d 04-Jan-2016 Pyry Haulos <phaulos@google.com> Fix implicit VkDeviceSize -> size_t conversion warnings

Change-Id: Ibb4b63cf0651ddec66a62e39cc1ab1b155cedd13
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
49c4f4f532ad8094b5de6fc6e2ec1c77db4066cc 04-Jan-2016 Pyry Haulos <phaulos@google.com> Fix a few warnings

Change-Id: Icc60dcf8f72c1b9140c76bb1568af37b0b3b1843
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
48433c31c61a8c020bbc60f4add1103af1886879 30-Dec-2015 mchomicz <miroslaw.chomicz@intel.com> replace problematic values 0x80 (-128) for snorm formats
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
3e5b121e2954060dc3ddd9f869675723545e2142 23-Dec-2015 scygan <slawomir.cygan@intel.com> vktImageLoadStoreTests: fix *__layer test cases - fix too small descriptor pool

In dEQP-VK.image.store.1d_array.r32g32b32a32_sfloat_single_layer test case, there are 8 descriptor sets allocated from descriptor pool that has space only for one.
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
3b178dc6fd212c06771426dfff74534088b5f928 23-Dec-2015 Pyry Haulos <phaulos@google.com> Merge 41-image-load-store-tests
0b28fcc70473fa4194a1dca3515c6dbb5ad26bd9 22-Dec-2015 Maciej Jesionowski <maciej.jesionowski@mobica.com> Review comments and clang error fixes
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp
c56bfb7d0b64737b3fd543b792d3a5247611efe8 26-Nov-2015 Maciej Jesionowski <maciej.jesionowski@mobica.com> Image tests

Issue #41

- store, load/store
- format reinterpret
- memory qualifiers
- imageSize
/external/deqp/external/vulkancts/modules/vulkan/image/vktImageLoadStoreTests.cpp