/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemCopyBufferToImageTests.cpp | 69 const deUint32 m_fillValue; member in vkt::ProtectedMem::__anon743d61bc0111::CopyBufferToImageTestInstance 84 , m_fillValue (fillValue) in CopyBufferToImageTestCase() 94 …return new CopyBufferToImageTestInstance(ctx, m_fillValue, m_refData, m_validator, m_cmdBufferType… in createInstance() 105 deUint32 m_fillValue; member in vkt::ProtectedMem::__anon743d61bc0111::CopyBufferToImageTestCase 118 , m_fillValue (fillValue) in CopyBufferToImageTestInstance() 194 vk.cmdFillBuffer(targetCmdBuffer, **srcBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate() 305 << tcu::TestLog::Message << "Fill value: " << m_fillValue << tcu::TestLog::EndMessage; in iterate()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 71 const vk::VkClearColorValue m_fillValue; member in vkt::ProtectedMem::__anon4527ba5c0111::CopyImageToBufferTestInstance 88 , m_fillValue (fillValue) in CopyImageToBufferTestCase() 97 return new CopyImageToBufferTestInstance<T>(ctx, m_fillValue, m_validator, m_cmdBufferType); in createInstance() 108 vk::VkClearColorValue m_fillValue; member in vkt::ProtectedMem::__anon4527ba5c0111::CopyImageToBufferTestCase 120 , m_fillValue (fillValue) in CopyImageToBufferTestInstance() 216 …vk.cmdClearColorImage(targetCmdBuffer, **colorImage, vk::VK_IMAGE_LAYOUT_GENERAL, &m_fillValue, 1,… in iterate() 307 << tcu::TestLog::Message << "Fill value: " << m_fillValue << tcu::TestLog::EndMessage; in iterate()
|
D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 86 const deUint32 m_fillValue; member in vkt::ProtectedMem::__anon7f770a400111::FillUpdateCopyBufferTestInstance 105 , m_fillValue (fillValue) in FillUpdateCopyBufferTestCase() 115 …return new FillUpdateCopyBufferTestInstance<T>(ctx, m_fillValue, m_validator, m_cmdType, m_cmdBuff… in createInstance() 126 deUint32 m_fillValue; member in vkt::ProtectedMem::__anon7f770a400111::FillUpdateCopyBufferTestCase 139 , m_fillValue (fillValue) in FillUpdateCopyBufferTestInstance() 202 vk.cmdFillBuffer(targetCmdBuffer, **dstBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate() 211 data[ndx] = m_fillValue; in iterate() 218 vk.cmdFillBuffer(targetCmdBuffer, **srcBuffer, 0u, VK_WHOLE_SIZE, m_fillValue); in iterate() 294 << tcu::TestLog::Message << "Fill value: " << m_fillValue << tcu::TestLog::EndMessage; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 490 , m_fillValue (0x13) in Implementation() 500 const std::size_t size = m_data.size() / sizeof(m_fillValue); in Implementation() 504 pData[i] = m_fillValue; in Implementation() 522 …ource.getBuffer().handle, m_resource.getBuffer().offset, m_resource.getBuffer().size, m_fillValue); in recordCommands() 577 const deUint32 m_fillValue; member in vkt::synchronization::__anon3d1a14f80111::FillUpdateBuffer::Implementation
|