Lines Matching refs:bufferAlloc

1029 	MovePtr<Allocation>			bufferAlloc;  in readImage()  local
1047bufferAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *buff… in readImage()
1048 …ECK(m_device->bindBufferMemory(*m_logicalDevice, *buffer, bufferAlloc->getMemory(), bufferAlloc->g… in readImage()
1050 deMemset(bufferAlloc->getHostPtr(), 0, static_cast<size_t>(pixelDataSize)); in readImage()
1051 flushAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in readImage()
1107 invalidateAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in readImage()
1108 …tcu::copy(dst, tcu::ConstPixelBufferAccess(dst.getFormat(), dst.getSize(), bufferAlloc->getHostPtr… in readImage()
1609 MovePtr<Allocation> bufferAlloc; in setImageData() local
1626bufferAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *buff… in setImageData()
1627 …ECK(m_device->bindBufferMemory(*m_logicalDevice, *buffer, bufferAlloc->getMemory(), bufferAlloc->g… in setImageData()
1670 deMemcpy(bufferAlloc->getHostPtr(), data->getLevel(0).getDataPtr(), bufferSize); in setImageData()
1671 flushAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in setImageData()
2972 MovePtr<Allocation> bufferAlloc; in readImage() local
2989bufferAlloc = m_allocator->allocate(getBufferMemoryRequirements(*m_device, *m_logicalDevice, *buff… in readImage()
2990 …ECK(m_device->bindBufferMemory(*m_logicalDevice, *buffer, bufferAlloc->getMemory(), bufferAlloc->g… in readImage()
2992 deMemset(bufferAlloc->getHostPtr(), 0xCC, static_cast<size_t>(pixelDataSize)); in readImage()
2993 flushAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in readImage()
3041 invalidateAlloc(*m_device, *m_logicalDevice, *bufferAlloc); in readImage()
3046 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage()
3062 …tcu::ConstPixelBufferAccess pixelBuffer (tcuBufferFormat, dst.getSize(), bufferAlloc->getHostPtr()… in readImage()