History log of /external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5c8a7f813ed59d8c01ef9a8aa9a6087c3f946bf 27-Sep-2016 Arkadiusz Sarwa <arkadiusz.sarwa@mobica.com> Add geometry shader tests

New tests:
- dEQP-VK.geometry.*

Fixes #63

Change-Id: If1da0ce5e171ca6cb7396421f2fb8ffbcc55ce88
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
ec6fe56f6f1a9b00c6269f7b491f9586b3f50669 15-Sep-2016 Pyry Haulos <phaulos@google.com> Move texture_filtering.explicit_lod under dEQP-VK.texture

Change-Id: I25a1a6e5910814ef010942d11787b6c5969b4021
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
41702fa78437820bc601e604de6a490eb09513dd 15-Jul-2016 Peter Siket <ps.szeged@partner.samsung.com> Add Vulkan port of the GLES3 texture filtering tests

Change-Id: I3aaf5ed38ba63067f5d205317f26818ba42df925
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
91d48452b0ac783baf5698209a32d9e0ec3fd596 08-Sep-2016 Pyry Haulos <phaulos@google.com> Merge "Add scissoring tests" into vulkan-cts-1.0-dev
2eda7edb5a3193b800ce1f2a0e859548719fec24 04-Aug-2016 Maciej Jesionowski <maciej.jesionowski@mobica.com> Add scissoring tests

Scissoring tests based on GLES 2.0.

New test:
- dEQP-VK.fragment_operations.scissor.*

Fixes #452

Change-Id: I8bd7cb1dfc0889249d1f7bfb159f51defdf55a2d
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
4bc204a4d00b79d1a981e8890c296358a86d2493 30-Aug-2016 Pyry Haulos <phaulos@google.com> Merge gerrit/vulkan-cts-1.0.1 into gerrit/vulkan-cts-1.0-dev

Change-Id: Id91a7898a30bf08bf992e89b597f73e336494252
56661bc0166863dd22e6da8fb4ca57191cf94def 29-Aug-2016 Mais Alnasser <mais.alnasser@amd.com> Run the memory tests ahead of all other tests

Other tests don't attempt to allocate that much memory and probably
don't care about fragmentation as much. This would reduce the
possibility of running into out-of-memory 32-bit issues at a later
point in the development of the CTS.

This change also updates the mustpass lists.

Change-Id: I4484e5a775fcf7efa39149f1e53eb049024a77da
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
8b0f318ec6cdec8e3c0cf68e16cb81bb955358a2 25-Jul-2016 Collin Baker <collinbaker@google.com> Texture filtering tests in Vulkan

This is a framework for testing image sampling with explicit LOD in vulkan.

Change-Id: I36ea968d9e4624a76b9a918f5ab7e3d5a9039a55
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
96aebab21a68bd028540b76577ba5ba383a1bc50 29-Jun-2016 Maciej Jesionowski <maciej.jesionowski@mobica.com> Add clipping tests

- primitive clipping against the clip volume
- depth clipping
- depthClampEnable
- large point and wide line clipping
- user-defined clipping planes ClipDistance
- static and dynamic indexing
- interaction with CullDistance
- complementarity criterion
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
304cfa10f23de889965ba19223120cf3d65592c0 28-Jun-2016 Peter Siket <ps.szeged@partner.samsung.com> Add test for gl_FrontFacing

Fixes #412
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
ece5b23cbb13cd4e908a44bb5d8227fae30c32d9 22-Apr-2016 Daniel Hegedus <dhegedus.uszeged@partner.samsung.com> Added Derivate function tests.
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
09c2f63afd0a0e6c284047c6449e9bce0ccd54b0 26-Apr-2016 Akos Dirner <adirner.uszeged@partner.samsung.com> Add texture gather tests. Fixes #360.
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
08a3fca4026822a0f753c737b38553231926d8de 11-Mar-2016 Akos Dirner <adirner.uszeged@partner.samsung.com> Add ShaderRenderTextureFunctionTests. Fixes #324.
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
7aa88a4dca6854ae703a357361a55c7be60823ab 09-May-2016 Maciej Jesionowski <maciej.jesionowski@mobica.com> Add synchronization module

- Moved existing synchronization tests to a subgroup
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
5f04f70275d07063bdabd36cfa807541d1f611bd 18-May-2016 Peter Siket <ps.szeged@partner.samsung.com> OpenGL rasterization tests are ported.
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
abbf1c4efd3388dcfe59d125e5f33140c444a53a 18-Mar-2016 Maciej Jesionowski <maciej.jesionowski@mobica.com> Add tessellation shader tests (ported from ES 3.1)

Changes with respect to original tests:
- Transform Feedback replaced with SSBO usage
(impacted some failure conditions)
- Geometry shader had to be used in some situations
- GL queries replaced with Vulkan limits checks
- Negative tests not ported due to ShaderLibrary limitation
(shaders that fail compilation aren't supported)

Mustpass exclusions:
- Tests in `user_defined_io` group
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
e441ef723a54db06c7324cec4614646d0b8bb89d 14-Apr-2016 Pyry Haulos <phaulos@google.com> Do not log INFO and DEBUG messages by default

Validation layers produce a lot of INFORMATION and DEBUG messages that
are not useful most of the time, and just bloat the log. Ignore these
message types by default.

Documented Validation layer usage in Vulkan CTS README.

Bug: 28175931
Change-Id: I0f56d0373e0eb5d7e2849670b4284c457eab8c04
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
501ac7ba5259b7e9f6d107fe1bed304886ef7e12 29-Mar-2016 Pyry Haulos <phaulos@google.com> Add --deqp-validation=enable/disable option

Specifying --deqp-validation=enable when running Vulkan tests will
result in:

1) vkt::TestCaseExecutor will create debug report callback on default
instance. Any debug messages reported during test execution will be
included as a separate log section in the test log.

2) vkt::Context will enable known validation layers on both default
instance as well as default device.

If any errors are reported (for example validation errors) test result
will be set to InternalError.

Change-Id: Icc89a3f57f0c19170988d7b518fe6b24dcf3df6e
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
978d3d585aa549eb1e729b51e9d85fc6477240f9 29-Mar-2016 Pyry Haulos <phaulos@google.com> Change Vulkan CTS license to Apache 2
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
0d43d3bda2ad68814af517904aa2aecfd1067303 25-Mar-2016 Pyry Haulos <phaulos@google.com> Merge code from Khronos repository

Change-Id: Ifade87d653557106eed18a64636779b667110898
932fee600b73b54426a83ce0122e37578289a24f 04-Feb-2016 Kantoch <marcin.kantoch@mobica.com> Sparse Resources Binding Tests
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
378ef852bb3b711863ac31f9ded5874e0e98ab5b 20-Feb-2016 David Sodman <dsodman@google.com> Add support for vulkan synchronization primitives

Change-Id: Ie669717108b7b3f2ad01d2b8935131322bcfa24f
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
3b9dcc5bfd3b622b8fa0a75d88d205a425dd3603 10-Mar-2016 Pyry Haulos <phaulos@google.com> Clean up SPIR-V support code in framework

* Return result codes instead of exceptions when GLSL compilation or
assembling fails. Reserve exceptions for unexpected errors.

* Move vk::disassembleSpirV() to vkSpirVAsm.cpp/hpp.

* Use deUint32 vectors/pointers for passing around SPIR-V binary data.
Consolidate endianness handling to vkPrograms.cpp.

* Log disassembled GLSL shaders as <SpirVAssemblySource>.

* Enable validation for glslang-generated SPIR-V binaries. Requires
updating both glslang and spirv-tools.

* Clean up vk::SpirVAsmSource and vk::SpirVProgramInfo.

* Clean up some potential resource leaks in spirv-tools integration.

* Add --validate-spv option to vk-build-programs.

Change-Id: I0d5683c83c16b3e6d794e284c17ed65ea9541a35
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
cb1582aca23ff763d6515ccd15e05aa29229a4a5 09-Mar-2016 Pyry Haulos <phaulos@google.com> Add dEQP-VK.wsi test group

Includes basic tests for VkSurfaceKHR.

Change-Id: Iafe8d14cc22f26381ff5c8b0422a03029a09944a
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
9a869c2848d0419008cb99f72c9fa372e3af805d 09-Feb-2016 Pyry Haulos <phaulos@google.com> Remove confidentiality clause from Vulkan CTS license
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
00e0e1193a71a9ab7d4391bf99f179f92c4306ca 05-Feb-2016 Csaba Osztrogonác <cs.u-szeged@partner.samsung.com> Add original assembly of the SPIR-V assembly tests to the log

fixes #277
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
e1cb964f8db43cbcfa76f8391ff792ce1c563691 22-Jan-2016 Pyry Haulos <phaulos@google.com> Add dEQP-VK.info tests

Purpose of dEQP-VK.info tests is to automatically collect details
required for conformance submissions.

Change-Id: I86302dc24c95e30510faf3ff7480dcbf2899f037
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
3b578770ed64f5fe3fc45f79fd79e06a4ea3f156 21-Jan-2016 Pyry Haulos <phaulos@google.com> Use vkt::createTestGroup() in all level 1 test groups

Change-Id: I5258f962ba986c8ba789dbb134fbcc4c5866e0ef
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
cb0b0a96977768bb6e83ca3bd2ae856d9eb2ca26 05-Jan-2016 Pyry Haulos <phaulos@google.com> Clean up test hierarchy and case naming

Affects following test groups:

* dEQP-VK.glsl.ShaderExecutor
* dEQP-VK.spirv_assembly.instruction.graphics

Change-Id: Ia14ee2deb112670d0a222380b5e0ddf6e03daffd
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
3b178dc6fd212c06771426dfff74534088b5f928 23-Dec-2015 Pyry Haulos <phaulos@google.com> Merge 41-image-load-store-tests
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/vktTestPackage.cpp
fcc71113e2a063a770310435bff4be7984c86f02 09-Dec-2015 Maciej Jesionowski <maciej.jesionowski@mobica.com> Add compute shader tests

Basic compute shader tests

Reference implementation:
modules/gles31/functional/es31fBasicComputeShaderTests.cpp

- empty shader
- UBO to SSBO invert
- SSBO to SSBO invert
- invert SSBO in-place
- write to multiple SSBO's
- SSBO local barrier
- shared var
- shared var atomic operation
- copy image to SSBO
- copy SSBO to image
- SSBO barrier
- image barrier
- image atomic operation

Indirect Compute Dispatch Tests

Ported indirect compute dispatch tests from OpenGLES 3.1 to Vulkan.

Reference implementation:
modules/gles31/functional/es31fIndirectComputeDispatchTests.cpp

Compute Shader Built-in variable tests

Tests that check if compute shader build in variables store correct
values. Tests ported from OpenGLES 3.1

Reference file:
modules\gles31\functional\es31fComputeShaderBuiltinVarTests.cpp

NOTE:
The tests were changed from the original to use std430 ssbo data
alignment. In the original tests the alignment of ssbo data structures was
queried via a call to

const Glenum queryParam = GL_ARRAY_STRIDE;
getProgramResourceiv(program, GL_BUFFER_VARIABLE, index, 1, &queryParam, 1, DE_NULL, (int*)&value);

We do not see an equivalent vkGet function in Vulkan. Does it mean that
packed and shared layouts are not supported by Vulkan?
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
0073b4fb3cf78fa797b0d92168a0fddf89d45732 21-Dec-2015 Pyry Haulos <phaulos@google.com> Enable draw tests and fix a few warnings
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
019d46a0418cd73bfd5909c808d8f11a0d30dfb5 21-Dec-2015 Pyry Haulos <phaulos@google.com> Merge 43-occlusion_query_tests
0d3f1abce097fb87c0c3acf779ea0878155e4ef9 21-Dec-2015 Pyry Haulos <phaulos@google.com> Merge 107-ssbo
e70235b9c260f7066eedbed910f104eefc1cb3a1 20-Dec-2015 Pyry Haulos <phaulos@google.com> Merge dynamic_state_tests
fb0d00e54ed28d94f6afbd966f132252cf7195b5 18-Dec-2015 scygan <slawomir.cygan@intel.com> query_pool test: address review comments
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
4f9bf161ec8d735ed2afdfa4aa7b8f86b02351bd 02-Dec-2015 Peter Gal <pgal.u-szeged@partner.samsung.com> SSBO: add initial base
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
3bd9cfcb1c8007011532ab446c5472ec2747d15d 18-Dec-2015 Pyry Haulos <phaulos@google.com> Merge 42-ubo
db4efd02b79d71e0d0b1122d01d1a20b37760527 16-Dec-2015 scygan <slawomir.cygan@intel.com> Fixup review comments
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
2cee520ae710ca28c500e5c510e114096fc924bd 11-Dec-2015 David Sodman <dsodman@google.com> Update Feature Query tests

1. Move to be part of API tests
2. Add check for buffer overflow on the getXXX functions
3. Add check to ensure getXXX update all fields of the structure
4. Validate device limits

Change-Id: I1bdc893bd4c28d564bbfa9d6b05333b1f7d7dcbb
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
54bd7c9292fe754485a9c767ec31aa88386682cf 17-Nov-2015 Peter Gal <pgal.u-szeged@partner.samsung.com> Add Uniform Buffer Object tests
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
2f7ef42cc1930880dc119fd9659d673a2f15474e 28-Aug-2015 Robert Sipka <rsipka.uszeged@partner.samsung.com> Add ShaderExecutor implementation and tests
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
d994b3a2d869497f1496273b6d9b8affb1752b20 09-Dec-2015 Peter Gal <pgal.u-szeged@partner.samsung.com> Shader Render: add multiple tests

* Indexing tests
* Loop tests
* Matrix tests
* Operator tests
* Return tests
* Struct tests
* Switch tests
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
56b5b21ba5d96aa6046d09b59c52f8b0cb2b9408 09-Dec-2015 scygan <slawomir.cygan@intel.com> Merge remote-tracking branch 'gitlab/master' into dynamic_state_tests

Conflicts:
external/vulkancts/modules/vulkan/vktTestPackage.cpp
13086ecc37fec225c6b7ac7980b86255c862cc81 08-Dec-2015 Pyry Haulos <phaulos@google.com> Clean up Vulkan test hierarcy

Renamed following groups:

dEQP-VK.api.buffers -> dEQP-VK.api.buffer
dEQP-VK.api.buffersView -> dEQP-VK.api.buffer_view.create
dEQP-VK.api.buffersViewMemory -> dEQP-VK.api.buffer_view.access
dEQP-VK.api.shaderRenderCase.discard -> dEQP-VK.glsl.discard

Change-Id: Ieca71086b2dd78d1d062f3af8ad58451a7c9950b
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
120ed2c44030b05409d5b1164a0676389dfe87c3 02-Dec-2015 Dae Kim <dae.kimpark@imgtec.com> Update pipeline tests to API version 0.210.1.
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
68e7282426d639b54d15c4710d97ba97e72c76ef 18-Nov-2015 Pyry Haulos <phaulos@google.com> Update API version to 0.210.1

Change-Id: Ifc8134b430aaa0a602cbf68f2ee23c7bc6a185ba
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
4b9229de0ea1993c94c91016ba3f955509753fb0 08-Oct-2015 scygan <slawomir.cygan@intel.com> Add dynamic_state tests to dEQP-VK package
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
07c0f13a4289a7c4669f9bfa4d1ae3694d10130d 28-Aug-2015 Mika Isojärvi <misojarvi@google.com> Add initial Vulkan memory allocation tests.

Change-Id: I3698d94e2cbd67419e8cbc5f689de34960458cbd
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
b10f41aed29c5cb350ef7091ff3cfa165426e9ba 12-Nov-2015 Pyry Haulos <phaulos@google.com> Improve prebuilt SPIR-V binary storage

This change improves storage usage of pre-built SPIR-V binary registry
by eliminating duplicate binaries. With the current test set the size of
binary registry drops from almost 400MiB down to 25MiB.

A binary index file (trie) is used to map from binary identifiers to
actual binary files.

Change-Id: I09b015c00bd30df00e7cf96a39549ddbb66ece61
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
c5a432af8404a1620230c8b0f31bc9a469196726 12-Nov-2015 Peter Gal <pgal.u-szeged@partner.samsung.com> Improve file and namespace names
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
f520162e23ff1304a0d3a7148774b4d7f15056e8 06-Aug-2015 Peter Gal <pgal.u-szeged@partner.samsung.com> ShaderRenderCase: Initial skeleton
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
c9c6281cc6b0599cf56012410f18a099a8a2969c 12-Aug-2015 Mika Isojärvi <misojarvi@google.com> Initial Vulkan render pass tests.

Supported:
- Multiple attachments.
- Color and depth-stencil attachments.
- Multiple subpasses.
- Transitive attachments.
- All load and store ops.
- Inlined and secondary command buffers.
- Rendering using cmdClearAttachment() and cmdDarwArrays().
- Copying and logging result images.
- All image layouts used.
- Result verification.

Missing:
- No support for input or resolve attachments.
- Very simple and conservative dependencies between subpasses.
- Different sample counts supported.
- No prober checks for initial and final layouts. Immediately converted
using pipeline barrier.
- Preserve attachments never used.
- Subpass flags not used.

Change-Id: Ia194ea2458213992d9dfc47c844eada80b7839e2
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
d2be312bea771215ad5b2db49f2bd8045fb2ac15 01-Sep-2015 Pyry Haulos <phaulos@google.com> Port ShaderLibrary-based GLSL ES 3.1 tests to Vulkan

Change-Id: I4ab49c79e0d8b14aa5ac30e99ae0c4b4286cb676
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
21be639ab35b03f6d4d05e11fe662a7dd6bfee2b 28-Sep-2015 Lei Zhang <antiagainst@google.com> SpirVAssembly: Vulkan environment basics for compute pipeline.

Set up test groups for SPIR-V assembly tests.

Set up Vulkan environment for compute pipeline.

Added a simple compute shader which just negates data from input
buffer. And test SPIR-V instruction OpNop based on that.

Change-Id: I8ccd518d9441899667edd58a042315780b068d1e
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
db08ff1a7e515db9207e2660dafbc97f28e13dd3 29-Jul-2015 Jarkko Pöyry <jpoyry@google.com> Add resource access binding model tests.

Change-Id: Icf7d9a37bca6c9151dcb417094f76787379e6c9f
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
1c74f9b8877b4dd8db711cb8362a5f43048b9bd7 10-Sep-2015 Pyry Haulos <phaulos@google.com> Merge Google and Khronos branches

Change-Id: I293012b71a0f994ce7301b8171d3bf031d0bdbf2
7485f0bbab69ed556d54503e8f94bedc5b71175d 04-Sep-2015 Andrew Woloszyn <awoloszyn@google.com> Added spirv-tools to the vulkan test suite.

This allows hand-written assembly tests.

It follows the same philosophy as glslang, and allows spirv to be
assembled prior to running the tests or at test time.

Change-Id: I1110fcd4f5713b50274502e73703bd1ba2fd372f
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
c6e8b5a8389a64972259b357407b5e0f4edd5716 02-Sep-2015 Dae Kim <dae.kimpark@imgtec.com> Added pipeline depth tests for Vulkan.
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
34823916fd57e1694b2af8ed159811ca9bd40958 20-Aug-2015 Pyry Haulos <phaulos@google.com> Reorganize API tests and fix some issues

Change-Id: I65431440889bb8c05d314cb2559ceb515c7e2542
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
b8fcadc1b518d5808c2dc018f543680a6a8e1411 12-Aug-2015 Hengyuan Hu <hengyuan@google.com> Add device initialization test

test creating instance with various appName, engineName, appVersion,
engineVersion
test creating instance with invalid ApiVersion
test creating instance with unsupported extensions
test basic device initiazation
test creating multiple logical device from a single physical device
test creating device with unsupported extensions
test creating device with various queueCount

Change-Id: I90a75550b7fdefca7cb84c29554be66a9298fe0d
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
601a13635971626206a988077de52e8db405c419 15-Jul-2015 Pyry Haulos <phaulos@google.com> Log GLSL sources and SPIR-V disassembly in Vulkan tests

Change-Id: I9671014509f0eb178c77d05b4251474e69496ae9
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp
846cc3ce8e721a972ef38c44e24da49ea96110ca 29-Jun-2015 Pyry Haulos <phaulos@google.com> Move Vulkan code to external/vulkancts and change license

Vulkan-specific test and framework code uses MIT license with additional
temporary confidentiality clause.

Change-Id: I4f468ab5e8aeaa1d822dee0c8357a6d5aed08407
/external/deqp/external/vulkancts/modules/vulkan/vktTestPackage.cpp