Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp698 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon95b17d610111::PushDescriptorBufferComputeTestInstance
831m_outputBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_output… in init()
832 …_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBuffer… in init()
945 invalidateAlloc(m_vkd, *m_device, *m_outputBufferAlloc); in verifyOutput()
948 …if (deMemCmp((void*)&m_testColors[0], m_outputBufferAlloc->getHostPtr(), (size_t)(16u * m_params.n… in verifyOutput()
1893 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon95b17d610111::PushDescriptorImageComputeTestInstance
2231m_outputBufferAlloc = m_allocator.allocate(getBufferMemoryRequirements(m_vkd, *m_device, *m_output… in init()
2232 …_vkd.bindBufferMemory(*m_device, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBuffer… in init()
2394 invalidateAlloc(m_vkd, *m_device, *m_outputBufferAlloc); in verifyOutput()
2490 if (deMemCmp((void*)ref, m_outputBufferAlloc->getHostPtr(), (size_t)(32u * m_params.numCalls))) in verifyOutput()
[all …]
DvktPipelineCacheTests.cpp1079 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anona4e470560111::ComputeCacheTestInstance
1136 …ufferAndBindMemory(m_context, size, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, &m_outputBufferAlloc[ndx]); in buildBuffers()
1138 pVec = reinterpret_cast<tcu::Vec4*>(m_outputBufferAlloc[ndx]->getHostPtr()); in buildBuffers()
1143 flushAlloc(vk, vkDevice, *m_outputBufferAlloc[ndx]); in buildBuffers()
1296 invalidateAlloc(vk, vkDevice, *m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]); in verifyTestResult()
1298 invalidateAlloc(vk, vkDevice, *m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]); in verifyTestResult()
1300 …deUint8* bufNoCache = reinterpret_cast<deUint8*>(m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]-… in verifyTestResult()
1301 …deUint8* bufCached = reinterpret_cast<deUint8*>(m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]->g… in verifyTestResult()
DvktPipelineDynamicOffsetTests.cpp732 de::MovePtr<Allocation> m_outputBufferAlloc; member in vkt::pipeline::__anon7094bb2e0111::DynamicOffsetComputeTestInstance
860m_outputBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer)… in init()
861 …CK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputBufferAlloc->getMemory(), m_outputBuffer… in init()
1050 invalidateAlloc(vk, vkDevice, *m_outputBufferAlloc); in verifyOutput()
1054 outColors[i] = *(tcu::Vec4*)((deUint8*)m_outputBufferAlloc->getHostPtr() + offsetAlignment * i); in verifyOutput()