Searched refs:validationData (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStorageBufferTests.cpp | 213 ValidationDataStorage<T> validationData, in StorageBufferTestCase() argument 219 , m_validator (validationData) in StorageBufferTestCase() 877 ValidationDataStorage<tcu::UVec4> validationData = { refValue }; in createAtomicStorageBufferTests() local 878 …u::UVec4>(testctx, SSBO_ATOMIC, shaderType, name.c_str(), inputValue, validationData, atomicCall)); in createAtomicStorageBufferTests() 895 ValidationDataStorage<tcu::UVec4> validationData = { refValue }; in createAtomicStorageBufferTests() local 896 …u::UVec4>(testctx, SSBO_ATOMIC, shaderType, name.c_str(), inputValue, validationData, atomicCall)); in createAtomicStorageBufferTests()
|