History log of /external/deqp/framework/delibs/debase/deInt32.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7a4dd1df67ddbe46f875b0cbe1ccd194310db8cd 12-Jun-2017 Marcin Rogucki <marcin.rogucki@mobica.com> VK_KHR_dedicated_allocation: Memory Mapping tests

Update tests:
* dEQP-VK.memory.mapping.*

Rename tests (added .suballocation subgroups):
* dEQP-VK.memory.mapping.suballocation.*

Add tests:
* dEQP-VK.memory.mapping.dedicated_alloc.buffer.*
* dEQP-VK.memory.mapping.dedicated_alloc.image.*

Components: Vulkan

VK-GL-CTS issue: 153

Change-Id: Ia593c099dc6dcd36c1b45f210c48b8bba9600728
/external/deqp/framework/delibs/debase/deInt32.h
7bd0ed6e4c8be4539f3369c29ab6adc17a860c40 10-Jan-2017 Maciej Jesionowski <maciej.jesionowski@mobica.com> Add deInt64 alignment functions to delibs

Change-Id: Icf66e7157ae6e972e0d7ef19486fa5b776da1eb0
(cherry picked from commit 412a848d25e4a97b343904f8beace2c3690267c8)
/external/deqp/framework/delibs/debase/deInt32.h
efb83e1354edd463650ad0404b18e9a7efc307e4 20-Jan-2016 Pyry Haulos <phaulos@google.com> Move ASTC utilities to tcuAstcUtil.hpp/cpp (tcu::astc)

* Move decompression code from tcuCompressedTexture.cpp

* Move ASTC data gen utilities from es3fASTCDecompressionCases.cpp

* Add a few new utilities for generating random blocks and verifying
validity of ASTC blocks

* Add basic internal tests for ASTC utilities

Change-Id: I2cf0393eaa026543af03b8d77670b64b048d0311
/external/deqp/framework/delibs/debase/deInt32.h
fc353a7ad4383948ac52ffab646ba82d302168fe 17-Dec-2015 Pyry Haulos <phaulos@google.com> Improve aligned alloc utilities further

* Add deAlignedRealloc()

* Clean up implementation

* Add basic tests

* Add deIsAlignedSize() to deInt32.h

Change-Id: I139b82d568fbbaccf6c820459f268a1b32a98c56
/external/deqp/framework/delibs/debase/deInt32.h
437140ef2907de33b815c4313e14a2946253b390 17-Dec-2015 Pyry Haulos <phaulos@google.com> Add deIsPowerOfTwoSize() to deInt32.h

Change-Id: Idb2b0d6d3d89deefbc83daf0a7f0511cfb5ebda3
/external/deqp/framework/delibs/debase/deInt32.h
f0cae7f05f80b99386bd8e897d4865965df138c6 11-Dec-2015 Pyry Haulos <phaulos@google.com> Add deIsPowerOfTwo64

Change-Id: I2a3c40fe727c49f944e7608bc283eae4dd454dcc
/external/deqp/framework/delibs/debase/deInt32.h
801b508c8d5f464df5ae792d48909d2df8574141 10-Dec-2015 Kalle Raita <kraita@google.com> Fix shift-negative-value warning

Change-Id: I4709933cc873ed34d3f67b2a258f542d56018428
/external/deqp/framework/delibs/debase/deInt32.h
cb805b527ba47805a898053ebc4df1b3acfc9963 30-Sep-2015 Pyry Haulos <phaulos@google.com> Add deCtz32() to deInt32.h

deCtz32() computes number of trailing zeros.

Change-Id: I44707d92696af927d7464b75be789571338be479
/external/deqp/framework/delibs/debase/deInt32.h
34cc2f97562d1437b6f1787c9b50ad6a82a133ed 30-Jun-2015 Pyry Haulos <phaulos@google.com> Avoid htons and ntohs in deSocket

Despite best efforts, the magic required for htons/ntohs implementation
seems to always trigger warnings on some platform or build target.

Change-Id: Ib38202e07c55a98122715d6b17a4dfcc25b91f6d
/external/deqp/framework/delibs/debase/deInt32.h
da2645ec08e1e7f50fb06a6d1a36d2ab5903a344 23-May-2015 Pyry Haulos <phaulos@google.com> Add deSignExtendTo32() to deInt32.h

Change-Id: I1e70245b92b044ba136b40be7ef0694c0ae1c18b
/external/deqp/framework/delibs/debase/deInt32.h
9674feda47dead74c61eca0cca3c74fb8c27391e 18-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix deInt32.h -Wconversion warnings.

- deSignBit32 returns uint.
- deClz64 takes in uint.
- Hash functions return uint.

Bug: 21161908
Change-Id: Ia78bd5f54c5a03677b0b035e79add0b9eb997280
/external/deqp/framework/delibs/debase/deInt32.h
4b395c846d775a28e70da891ce77652a0f7f74d9 21-Apr-2015 Jarkko Pöyry <jpoyry@google.com> Add N-bit min/max/mask utilities to deInt32.h.

- Add internal tests.
- Enable int32, stl_util and command line self tests.

Change-Id: I8546c6fa8e629da7c0a068eeffc88614f7ad1b4e
/external/deqp/framework/delibs/debase/deInt32.h
cc7b18006b7af1e316e2ecf2fa3b0d53908fb7cb 10-Apr-2015 Pyry Haulos <phaulos@google.com> Add dePop64() and fix dePop32() to use unsigned input value

Change-Id: I4dc04dc4d948b5ddd329ba4765afc556a12e78ef
/external/deqp/framework/delibs/debase/deInt32.h
556e894b6aa9a8dc7599a5123b90e20082e3cdd8 10-Mar-2015 Jarkko Pöyry <jpoyry@google.com> Fix selection of wrong compiler-specific path.

Change-Id: I098cd6061a3c05024b80df7718c3057de09d2cb1
/external/deqp/framework/delibs/debase/deInt32.h
74731a6adf5816339b00b854a513b1b950ad4357 29-Oct-2014 Pyry Haulos <phaulos@google.com> Endianness fixes to bilinear & fuzzy image compares

Change-Id: I1f5560a60ed85ef4b4c6fa2a5417649eeb7a4c7f
/external/deqp/framework/delibs/debase/deInt32.h
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/delibs/debase/deInt32.h