Lines Matching refs:bufferAlloc
1079 MovePtr<Allocation> bufferAlloc; in readImage() local
1097 …bufferAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *buff… in readImage()
1098 …ECK(m_device->bindBufferMemory(*m_logicalDevice, *buffer, bufferAlloc->getMemory(), bufferAlloc->g… in readImage()
1100 deMemset(bufferAlloc->getHostPtr(), 0, static_cast<size_t>(pixelDataSize)); in readImage()
1101 flushAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in readImage()
1157 invalidateAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in readImage()
1158 …tcu::copy(dst, tcu::ConstPixelBufferAccess(dst.getFormat(), dst.getSize(), bufferAlloc->getHostPtr… in readImage()
1677 MovePtr<Allocation> bufferAlloc; in setImageData() local
1694 …bufferAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *buff… in setImageData()
1695 …ECK(m_device->bindBufferMemory(*m_logicalDevice, *buffer, bufferAlloc->getMemory(), bufferAlloc->g… in setImageData()
1738 deMemcpy(bufferAlloc->getHostPtr(), data->getLevel(0).getDataPtr(), bufferSize); in setImageData()
1739 flushAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in setImageData()
3344 MovePtr<Allocation> bufferAlloc; in readImage() local
3361 …bufferAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *buff… in readImage()
3362 …ECK(m_device->bindBufferMemory(*m_logicalDevice, *buffer, bufferAlloc->getMemory(), bufferAlloc->g… in readImage()
3364 deMemset(bufferAlloc->getHostPtr(), 0xCC, static_cast<size_t>(pixelDataSize)); in readImage()
3365 flushAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in readImage()
3413 invalidateAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in readImage()
3418 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage()
3434 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage()