Home
last modified time | relevance | path

Searched refs:markerMemory (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp292 MovePtr<Allocation> markerMemory; in bufferMarkerSequential() local
303 deMemcpy(markerMemory->getHostPtr(), &expected[0], static_cast<size_t>(markerBufferSize)); in bufferMarkerSequential()
304 …flushMappedMemoryRange(vk, device, markerMemory->getMemory(), markerMemory->getOffset(), VK_WHOLE_… in bufferMarkerSequential()
330 if (!checkMarkerBuffer(vk, device, markerMemory, 0, expected)) in bufferMarkerSequential()
347 MovePtr<Allocation> markerMemory; in bufferMarkerOverwrite() local
359 …flushMappedMemoryRange(vk, device, markerMemory->getMemory(), markerMemory->getOffset(), VK_WHOLE_… in bufferMarkerOverwrite()
389 if (!checkMarkerBuffer(vk, device, markerMemory, 0, expected)) in bufferMarkerOverwrite()
469 MovePtr<Allocation> markerMemory; in bufferMarkerMemoryDep() local
811 …flushMappedMemoryRange(vk, device, markerMemory->getMemory(), markerMemory->getOffset(), VK_WHOLE_… in bufferMarkerMemoryDep()
846 …flushMappedMemoryRange(vk, device, markerMemory->getMemory(), markerMemory->getOffset(), VK_WHOLE_… in bufferMarkerMemoryDep()
[all …]
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DpassageMarker.c49 static AllocArray *markerMemory = NULL; variable
50 DECLARE_FAST_ACCESSORS (PM, PassageMarker, markerMemory)
57 if (markerMemory == NULL){ in allocatePassageMarker()
59 markerMemory = in allocatePassageMarker()
63 return allocArrayAllocate (markerMemory); in allocatePassageMarker()
68 allocArrayFree(markerMemory, marker); in deallocatePassageMarker()
151 if (markerMemory != NULL) in destroyAllPassageMarkers()
152 destroyAllocArray(markerMemory); in destroyAllPassageMarkers()
/dports/biology/velvet/velvet_1.2.10/src/
H A DpassageMarker.c49 static AllocArray *markerMemory = NULL; variable
50 DECLARE_FAST_ACCESSORS (PM, PassageMarker, markerMemory)
57 if (markerMemory == NULL) in allocatePassageMarker()
58 markerMemory = in allocatePassageMarker()
61 return allocArrayAllocate (markerMemory); in allocatePassageMarker()
66 allocArrayFree(markerMemory, marker); in deallocatePassageMarker()
149 if (markerMemory != NULL) in destroyAllPassageMarkers()
150 destroyAllocArray(markerMemory); in destroyAllPassageMarkers()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DpassageMarker.c43 static RecycleBin *markerMemory = NULL; variable
50 if (markerMemory == NULL) in allocatePassageMarker()
51 markerMemory = in allocatePassageMarker()
54 return (PassageMarker *) allocatePointer(markerMemory); in allocatePassageMarker()
59 deallocatePointer(markerMemory, marker); in deallocatePassageMarker()
135 if (markerMemory != NULL) in destroyAllPassageMarkers()
136 destroyRecycleBin(markerMemory); in destroyAllPassageMarkers()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.tools.resources/src/org/eclipse/core/tools/resources/
H A DElementTreeView.java73 int markerMemory; field in ElementTreeView.UpdateAction
223 markerMemory = 0; in reset()
301 markerMemory += sizeof(resourceInfo.getMarkers()); in sizeof()
342 int totalMemory = treeNodeMemory + stringMemory + markerMemory + syncInfoMemory + sessionSize; in updateTextView()
346 buffer.append("\tMarkers: " + prettyPrint(markerMemory) + "\n"); in updateTextView()