Searched refs:m_outputBufferAlloc (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCacheTests.cpp | 1187 de::MovePtr<Allocation> m_outputBufferAlloc[PIPELINE_CACHE_NDX_COUNT]; member in vkt::pipeline::__anona4e470560111::ComputeCacheTestInstance 1244 …ufferAndBindMemory(m_context, size, VK_BUFFER_USAGE_STORAGE_BUFFER_BIT, &m_outputBufferAlloc[ndx]); in buildBuffers() 1246 pVec = reinterpret_cast<tcu::Vec4*>(m_outputBufferAlloc[ndx]->getHostPtr()); in buildBuffers() 1248 …flushMappedMemoryRange(vk, vkDevice, m_outputBufferAlloc[ndx]->getMemory(), m_outputBufferAlloc[nd… in buildBuffers() 1411 m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]->getMemory(), in verifyTestResult() 1412 m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]->getOffset(), in verifyTestResult() 1417 m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]->getMemory(), in verifyTestResult() 1418 m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]->getOffset(), in verifyTestResult() 1421 …deUint8* bufNoCache = reinterpret_cast<deUint8*>(m_outputBufferAlloc[PIPELINE_CACHE_NDX_NO_CACHE]-… in verifyTestResult() 1422 …deUint8* bufCached = reinterpret_cast<deUint8*>(m_outputBufferAlloc[PIPELINE_CACHE_NDX_CACHED]->g… in verifyTestResult()
|