History log of /external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.hpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5e1fb53c166f5145e8a68aa96da9d16fcde7a30d 27-Apr-2017 Jason Ekstrand <jason.ekstrand@intel.com> dEQP-VK: Fix and inline the Image::getPixelOffset helper

The helper was wrong in a number of ways. First, it tries to calculate
an offset to the particular mip level and array layer requested even
though the driver already provides that as part of the offset returned
by getImageSubresourceLayout. If someone tried to use this with a
non-zero mip level or array layer they would get the wrong offset
because it would be added in twice. Second, the calculation depended on
an array called mipLevelRectSizes array which was used but never
initialized. This commit gets rid of the helper and just does the right
calculation inside MemoryOp::readLinear and MemoryOp::uploadLinear.

This affects the following groups of tests:

- dEQP-VK.draw.*
- dEQP-VK.dynamic_state.*
- dEQP-VK.query_pool.*

Change-Id: If0da72023cbc437d2a13d60f83e1230f0f90ba39
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.hpp
456eedb873ee0b778240c067e9ac72529fc444df 27-May-2016 Pyry Haulos <phaulos@google.com> De-duplicate utility code between some Vulkan test groups

draw, query_pool, and dynamic_state groups had a few identical
utilities. Move them under draw/.

Change-Id: I4e05606d75da6ac98ff3734604d080fe71ee36e8
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.hpp
978d3d585aa549eb1e729b51e9d85fc6477240f9 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.hpp
9a869c2848d0419008cb99f72c9fa372e3af805d 09-Feb-2016 Pyry Haulos <phaulos@google.com> Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.hpp
f8d853935f32ee0ca8b1b8c49add166e411f86f9 16-Dec-2015 scygan <slawomir.cygan@intel.com> draw tests: fix review comments
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.hpp
fbdc982ce9e1fec5d00064e33238956574c4db05 10-Dec-2015 scygan <slawomir.cygan@intel.com> Add tests for drawcall parameters
/external/deqp/external/vulkancts/modules/vulkan/draw/vktDrawImageObjectUtil.hpp