/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyBufferToImageTests.cpp | 68 const deUint32 m_fillValue; member in vkt::ProtectedMem::__anona56494450111::CopyBufferToImageTestInstance 83 , m_fillValue (fillValue) in CopyBufferToImageTestCase() 93 …return new CopyBufferToImageTestInstance(ctx, m_fillValue, m_refData, m_validator, m_cmdBufferType… in createInstance() 100 deUint32 m_fillValue; member in vkt::ProtectedMem::__anona56494450111::CopyBufferToImageTestCase 113 , m_fillValue (fillValue) in CopyBufferToImageTestInstance() 189 vk.cmdFillBuffer(targetCmdBuffer, **srcBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate() 300 << tcu::TestLog::Message << "Fill value: " << m_fillValue << tcu::TestLog::EndMessage; in iterate()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 70 const vk::VkClearColorValue m_fillValue; member in vkt::ProtectedMem::__anon764eece50111::CopyImageToBufferTestInstance 86 , m_fillValue (fillValue) in CopyImageToBufferTestCase() 95 return new CopyImageToBufferTestInstance<T>(ctx, m_fillValue, m_validator, m_cmdBufferType); in createInstance() 102 vk::VkClearColorValue m_fillValue; member in vkt::ProtectedMem::__anon764eece50111::CopyImageToBufferTestCase 114 , m_fillValue (fillValue) in CopyImageToBufferTestInstance() 210 …vk.cmdClearColorImage(targetCmdBuffer, **colorImage, vk::VK_IMAGE_LAYOUT_GENERAL, &m_fillValue, 1,… in iterate() 301 << tcu::TestLog::Message << "Fill value: " << m_fillValue << tcu::TestLog::EndMessage; in iterate()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 86 const deUint32 m_fillValue; member in vkt::ProtectedMem::__anon8ef41c290111::FillUpdateCopyBufferTestInstance 104 , m_fillValue (fillValue) in FillUpdateCopyBufferTestCase() 114 …return new FillUpdateCopyBufferTestInstance<T>(ctx, m_fillValue, m_validator, m_cmdType, m_cmdBuff… in createInstance() 121 deUint32 m_fillValue; member in vkt::ProtectedMem::__anon8ef41c290111::FillUpdateCopyBufferTestCase 134 , m_fillValue (fillValue) in FillUpdateCopyBufferTestInstance() 197 vk.cmdFillBuffer(targetCmdBuffer, **dstBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate() 206 data[ndx] = m_fillValue; in iterate() 213 vk.cmdFillBuffer(targetCmdBuffer, **srcBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate() 289 << tcu::TestLog::Message << "Fill value: " << m_fillValue << tcu::TestLog::EndMessage; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 476 , m_fillValue (0x13) in Implementation() 486 const std::size_t size = m_data.size() / sizeof(m_fillValue); in Implementation() 490 pData[i] = m_fillValue; in Implementation() 508 …ource.getBuffer().handle, m_resource.getBuffer().offset, m_resource.getBuffer().size, m_fillValue); in recordCommands() 544 const deUint32 m_fillValue; member in vkt::synchronization::__anon7f0213210111::FillUpdateBuffer::Implementation
|