Home
last modified time | relevance | path

Searched refs:hAlloc (Results 1 – 25 of 71) sorted by relevance

123

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/FileSystems/
H A DBlobFileSystem.cpp21 BlobFileSystem::BlobFileSystem(IHandleAllocator *hAlloc, FileLoader *fileLoader, std::string alias) in BlobFileSystem() argument
22 : alloc_(hAlloc), fileLoader_(fileLoader), alias_(alias) { in BlobFileSystem()
H A DDirectoryFileSystem.h100 IHandleAllocator *hAlloc;
146 IHandleAllocator *hAlloc;
H A DVirtualDiscFileSystem.cpp55 hAlloc = _hAlloc; in VirtualDiscFileSystem()
335 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
377 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
400 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
535 hAlloc->FreeHandle(handle); in CloseFile()
H A DISOFileSystem.cpp146 hAlloc = _hAlloc; in ISOFileSystem()
333 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
359 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
368 hAlloc->FreeHandle(handle); in CloseFile()
H A DBlobFileSystem.h33 BlobFileSystem(IHandleAllocator *hAlloc, FileLoader *fileLoader, std::string alias);
H A DDirectoryFileSystem.cpp71 hAlloc = _hAlloc; in ~BlockDevice()
579 u32 newHandle = hAlloc->GetNewHandle();
593 hAlloc->FreeHandle(handle);
928 hAlloc = _hAlloc;
983 u32 newHandle = hAlloc->GetNewHandle();
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/FileSystems/
H A DBlobFileSystem.cpp21 BlobFileSystem::BlobFileSystem(IHandleAllocator *hAlloc, FileLoader *fileLoader, std::string alias) in BlobFileSystem() argument
22 : alloc_(hAlloc), fileLoader_(fileLoader), alias_(alias) { in BlobFileSystem()
H A DDirectoryFileSystem.h100 IHandleAllocator *hAlloc; variable
146 IHandleAllocator *hAlloc; variable
H A DVirtualDiscFileSystem.cpp55 hAlloc = _hAlloc; in VirtualDiscFileSystem()
335 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
377 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
400 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
535 hAlloc->FreeHandle(handle); in CloseFile()
H A DISOFileSystem.cpp146 hAlloc = _hAlloc; in ISOFileSystem()
333 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
359 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
368 hAlloc->FreeHandle(handle); in CloseFile()
H A DBlobFileSystem.h33 BlobFileSystem(IHandleAllocator *hAlloc, FileLoader *fileLoader, std::string alias);
H A DDirectoryFileSystem.cpp71 hAlloc = _hAlloc; in DirectoryFileSystem()
579 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
593 hAlloc->FreeHandle(handle); in CloseFile()
928 hAlloc = _hAlloc; in VFSFileSystem()
983 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/FileSystems/
H A DBlobFileSystem.cpp21 BlobFileSystem::BlobFileSystem(IHandleAllocator *hAlloc, FileLoader *fileLoader, std::string alias) in BlobFileSystem() argument
22 : alloc_(hAlloc), fileLoader_(fileLoader), alias_(alias) { in BlobFileSystem()
H A DDirectoryFileSystem.h100 IHandleAllocator *hAlloc; variable
146 IHandleAllocator *hAlloc; variable
H A DVirtualDiscFileSystem.cpp55 hAlloc = _hAlloc; in VirtualDiscFileSystem()
335 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
377 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
400 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
535 hAlloc->FreeHandle(handle); in CloseFile()
H A DISOFileSystem.cpp146 hAlloc = _hAlloc; in ISOFileSystem()
333 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
359 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
368 hAlloc->FreeHandle(handle); in CloseFile()
H A DBlobFileSystem.h33 BlobFileSystem(IHandleAllocator *hAlloc, FileLoader *fileLoader, std::string alias);
H A DDirectoryFileSystem.cpp71 hAlloc = _hAlloc; in DirectoryFileSystem()
579 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
593 hAlloc->FreeHandle(handle); in CloseFile()
928 hAlloc = _hAlloc; in VFSFileSystem()
983 u32 newHandle = hAlloc->GetNewHandle(); in OpenFile()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/TranslationTable/
H A DGmmUmdTranslationTable.h168 …GmmPageTablePool(HANDLE hAlloc, GMM_RESOURCE_INFO* pGmmRes, GMM_GFX_ADDRESS SysMem, POOL_TYPE Type… in GmmPageTablePool() argument
171 PoolHandle = hAlloc; in GmmPageTablePool()
188 …GmmPageTablePool(HANDLE hAlloc, GMM_RESOURCE_INFO* pGmmRes, GMM_GFX_ADDRESS GfxAdr, GMM_GFX_ADDRES… in GmmPageTablePool() argument
189 GmmPageTablePool(hAlloc, pGmmRes, GfxAdr, Type) in GmmPageTablePool()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/patches/
H A D0001-Avoid-compiler-warnings.patch54 - virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; }
55 + virtual void AddAllocation(VmaAllocation /*hAlloc*/, VkBool32* /*pChanged*/) { ++m_AllocationC…
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/patches/
H A D0001-Avoid-compiler-warnings.patch54 - virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; }
55 + virtual void AddAllocation(VmaAllocation /*hAlloc*/, VkBool32* /*pChanged*/) { ++m_AllocationC…
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/patches/
H A D0001-Avoid-compiler-warnings.patch54 - virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; }
55 + virtual void AddAllocation(VmaAllocation /*hAlloc*/, VkBool32* /*pChanged*/) { ++m_AllocationC…
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/patches/
H A D0001-Avoid-compiler-warnings.patch54 - virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; }
55 + virtual void AddAllocation(VmaAllocation /*hAlloc*/, VkBool32* /*pChanged*/) { ++m_AllocationC…
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/patches/
H A D0001-Avoid-compiler-warnings.patch54 - virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; }
55 + virtual void AddAllocation(VmaAllocation /*hAlloc*/, VkBool32* /*pChanged*/) { ++m_AllocationC…
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/patches/
H A D0001-Avoid-compiler-warnings.patch54 - virtual void AddAllocation(VmaAllocation hAlloc, VkBool32* pChanged) { ++m_AllocationCount; }
55 + virtual void AddAllocation(VmaAllocation /*hAlloc*/, VkBool32* /*pChanged*/) { ++m_AllocationC…

123