Searched refs:m_outputAlloc (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 1565 de::MovePtr<Allocation> m_outputAlloc; member in vkt::shaderexecutor::__anon848681380111::BufferIoExecutor 1823 invalidateAlloc(vk, vkDevice, *m_outputAlloc); in readOutputBuffer() 1831 copyFromBuffer(varType, layout, numValues, m_outputAlloc->getHostPtr(), outputPtrs[outputNdx]); in readOutputBuffer() 1879 …m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), Memo… in initBuffers() 1881 …VK_CHECK(vk.bindBufferMemory(vkDevice, *m_outputBuffer, m_outputAlloc->getMemory(), m_outputAlloc-… in initBuffers()
|