Searched refs:toDestroy (Results 1 – 2 of 2) sorted by relevance
255 HostMemAlloc* toDestroy) { in destroyHostMemAlloc() argument257 if (toDestroy->initResult != VK_SUCCESS) return; in destroyHostMemAlloc()258 if (!toDestroy->initialized) return; in destroyHostMemAlloc()260 enc->vkFreeMemory(device, toDestroy->memory, nullptr); in destroyHostMemAlloc()261 delete toDestroy->subAlloc; in destroyHostMemAlloc()
100 HostMemAlloc* toDestroy);