Searched refs:blobMapping (Results 1 – 3 of 3) sorted by relevance
72 VirtGpuResourceMappingPtr pipeMapping, blobMapping; in createVirtioGpuAddressSpaceStream() local116 blobMapping = blob->createMapping(); in createVirtioGpuAddressSpaceStream()117 if (!blobMapping) in createVirtioGpuAddressSpaceStream()120 blobAddr = reinterpret_cast<char*>(blobMapping->asRawPtr()); in createVirtioGpuAddressSpaceStream()138 res->setMapping(blobMapping); in createVirtioGpuAddressSpaceStream()
16 CoherentMemory::CoherentMemory(VirtGpuResourceMappingPtr blobMapping, uint64_t size, in CoherentMemory() argument18 : mSize(size), mBlobMapping(blobMapping), mDevice(device), mMemory(memory) { in CoherentMemory()20 mBaseAddr = blobMapping->asRawPtr(); in CoherentMemory()
31 CoherentMemory(VirtGpuResourceMappingPtr blobMapping, uint64_t size, VkDevice device,