Home
last modified time | relevance | path

Searched refs:pAllocation (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_tools/
H A DGrid_Proximity.cpp126 CSG_Grid *pFeatures, *pDistance, *pDirection, *pAllocation; in On_Execute() local
133 pAllocation = Parameters("ALLOCATION") ->asGrid(); in On_Execute()
157 if( pAllocation ) in On_Execute()
159 pAllocation->Set_Value(x, y, pFeatures->asDouble(x, y)); in On_Execute()
214 if( pAllocation ) in On_Execute()
216 pAllocation->Set_Value(x, y, z); in On_Execute()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/hw/
H A Dmhw_memory_pool.c34 void *pAllocation; //!< Memory allocation from malloc (to be freed) member
61 if (pEntry->pAllocation) in ~MHW_MEMORY_POOL()
63 MOS_FreeMemory(pEntry->pAllocation); in ~MHW_MEMORY_POOL()
114 pEntry->pAllocation = (void *)pEntry; in Allocate()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/hw/
H A Dmhw_memory_pool.c34 void *pAllocation; //!< Memory allocation from malloc (to be freed) member
61 if (pEntry->pAllocation) in ~MHW_MEMORY_POOL()
63 MOS_FreeMemory(pEntry->pAllocation); in ~MHW_MEMORY_POOL()
114 pEntry->pAllocation = (void *)pEntry; in Allocate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h7601 pAllocation); in AllocateMemoryOfType()
7612 pAllocation); in AllocateMemoryOfType()
7634 pAllocation); in AllocateMemoryOfType()
7662 VMA_ASSERT(pAllocation); in AllocateDedicatedMemory()
7838 pAllocation); in AllocateMemory()
7856 pAllocation); in AllocateMemory()
8566 pAllocation); in AllocateMemoryForImage()
8983 pAllocation); in vmaAllocateMemory()
9021 pAllocation); in vmaAllocateMemoryForBuffer()
9049 pAllocation); in vmaAllocateMemoryForImage()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/tools/source/metrics/
H A Dmetric_query_imp.cpp70 NEO::GraphicsAllocation *&pAllocation) { in createMetricQuery() argument
529 if (pAllocation) { in destroy()
530 … metricContext.getDevice().getDriverHandle()->getMemoryManager()->freeGraphicsMemory(pAllocation); in destroy()
574 UNRECOVERABLE_IF(pAllocation == nullptr); in allocateGpuMemory()
577 memset(pAllocation->getUnderlyingBuffer(), 0, allocationSize); in allocateGpuMemory()
598 return metricsLibrary.createMetricQuery(description.count, query, pAllocation); in createMetricQueryPool()
773 commandList.commandContainer.addToResidencyContainer(pool.pAllocation); in writeMetricQuery()
790 … uint64_t gpuAddress = pool.pAllocation->getGpuAddress() + (i * allocationSizeForSubDevice); in writeMetricQuery()
791 …uint8_t *cpuAddress = static_cast<uint8_t *>(pool.pAllocation->getUnderlyingBuffer()) + (i * alloc… in writeMetricQuery()
846 commandBuffer.Allocation.GpuAddress = pool.pAllocation->getGpuAddress(); in writeMetricQuery()
[all …]
H A Dmetric_query_imp.h61 NEO::GraphicsAllocation *&pAllocation);
161 NEO::GraphicsAllocation *pAllocation = nullptr; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/program/
H A Dprogram_initialization_tests.cpp235 …auto pAllocation = allocateGlobalsSurface(&svmAllocsManager, device, initData.size(), true /* cons… in TEST() local
237 ASSERT_NE(nullptr, pAllocation); in TEST()
238 …ocsManager.getSVMAlloc(reinterpret_cast<void *>(static_cast<uintptr_t>(pAllocation->getGpuAddress(… in TEST()
239 … EXPECT_EQ(GraphicsAllocation::AllocationType::CONSTANT_SURFACE, pAllocation->getAllocationType()); in TEST()
241 …if (pAllocation->isAllocatedInLocalMemoryPool() && (localMemoryAccessMode == LocalMemoryAccessMode… in TEST()
245 device.getMemoryManager()->freeGraphicsMemory(pAllocation); in TEST()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmem2.c152 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument
158 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
162 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
163 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmem2.c152 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument
158 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
162 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
163 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmem2.c152 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument
158 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
162 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
163 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmem2.c152 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument
158 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
162 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
163 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmem2.c152 static struct MemBlockHdr *sqlite3MemsysGetHeader(void *pAllocation){ in sqlite3MemsysGetHeader() argument
158 p = (struct MemBlockHdr*)pAllocation; in sqlite3MemsysGetHeader()
162 pInt = (int*)pAllocation; in sqlite3MemsysGetHeader()
163 pU8 = (u8*)pAllocation; in sqlite3MemsysGetHeader()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_mem_alloc_wrapper.cpp87 VmaAllocation *pAllocation) in CreateBuffer() argument
97 pAllocation, &allocationInfo); in CreateBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dvk_mem_alloc.h15960 pAllocation); in vmaAllocateMemory()
15969 *pAllocation); in vmaAllocateMemory()
16063 pAllocation); in vmaAllocateMemoryForBuffer()
16074 *pAllocation); in vmaAllocateMemoryForBuffer()
16114 pAllocation); in vmaAllocateMemoryForImage()
16125 *pAllocation); in vmaAllocateMemoryForImage()
16297 *pAllocation); in vmaCreateLostAllocation()
16588 pAllocation); in vmaCreateBuffer()
16620 pAllocation); in vmaCreateBuffer()
16725 pAllocation); in vmaCreateImage()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dvk_mem_alloc.h15963 pAllocation); in vmaAllocateMemory()
15972 *pAllocation); in vmaAllocateMemory()
16066 pAllocation); in vmaAllocateMemoryForBuffer()
16077 *pAllocation); in vmaAllocateMemoryForBuffer()
16117 pAllocation); in vmaAllocateMemoryForImage()
16128 *pAllocation); in vmaAllocateMemoryForImage()
16300 *pAllocation); in vmaCreateLostAllocation()
16591 pAllocation); in vmaCreateBuffer()
16623 pAllocation); in vmaCreateBuffer()
16728 pAllocation); in vmaCreateImage()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/VulkanMemoryAllocator/
H A Dvk_mem_alloc.h15962 pAllocation); in vmaAllocateMemory()
15971 *pAllocation); in vmaAllocateMemory()
16065 pAllocation); in vmaAllocateMemoryForBuffer()
16076 *pAllocation); in vmaAllocateMemoryForBuffer()
16116 pAllocation); in vmaAllocateMemoryForImage()
16127 *pAllocation); in vmaAllocateMemoryForImage()
16299 *pAllocation); in vmaCreateLostAllocation()
16590 pAllocation); in vmaCreateBuffer()
16622 pAllocation); in vmaCreateBuffer()
16727 pAllocation); in vmaCreateImage()
[all …]

123456789