Searched refs:m_testInput (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStorageBufferTests.cpp | 199 const tcu::UVec4 m_testInput; member in vkt::ProtectedMem::__anon04d113d90111::StorageBufferTestInstance 218 , m_testInput (testInput) in StorageBufferTestCase() 225 … return new StorageBufferTestInstance<T>(ctx, m_testType, m_shaderType, m_testInput, m_validator); in createInstance() 234 const tcu::UVec4 m_testInput; member in vkt::ProtectedMem::__anon04d113d90111::StorageBufferTestCase 248 , m_testInput (testInput) in StorageBufferTestInstance() 373 const deUint32 testUniformSize = sizeof(m_testInput); in executeFragmentTest() 384 deMemcpy(testUniform->getAllocation().getHostPtr(), &m_testInput, testUniformSize); in executeFragmentTest() 541 << "1: " << m_testInput << "\n" in executeFragmentTest() 560 const deUint32 testUniformSize = sizeof(m_testInput); in executeComputeTest() 571 deMemcpy(testUniform->getAllocation().getHostPtr(), &m_testInput, testUniformSize); in executeComputeTest() [all …]
|