Home
last modified time | relevance | path

Searched refs:m_outBufferAlloc (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp1198 de::MovePtr<Allocation> m_outBufferAlloc; member in vkt::pipeline::__anon7dc00a0c0111::PushConstantComputeTestInstance
1291m_outBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outBuffer), Memo… in PushConstantComputeTestInstance()
1292 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outBuffer, m_outBufferAlloc->getMemory(), m_outBufferAll… in PushConstantComputeTestInstance()
1443 …if (deMemCmp((void*)(&expectValue[0]), m_outBufferAlloc->getHostPtr(), (size_t)(sizeof(tcu::Vec4) … in iterate()