HomeSort by relevance Sort by last modified time
    Searched refs:MemoryType (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_win.h 22 template<class MemoryType> struct MemoryPoolItem;
24 template<class MemoryType>
28 : memoryType(),
32 MemoryType memoryType;
33 MemoryPoolItem<MemoryType>* base;
36 template<class MemoryType>
42 MemoryPoolItemPayload<MemoryType>* payload;
45 template<class MemoryType>
50 int32_t PopMemory(MemoryType*& memory)
    [all...]
memory_pool.h 26 template<class MemoryType>
40 int32_t PopMemory(MemoryType*& memory);
41 int32_t PushMemory(MemoryType*& memory);
46 MemoryPoolImpl<MemoryType>* _ptrImpl;
49 template<class MemoryType>
50 MemoryPool<MemoryType>::MemoryPool(int32_t initialPoolSize)
52 _ptrImpl = new MemoryPoolImpl<MemoryType>(initialPoolSize);
55 template<class MemoryType>
56 MemoryPool<MemoryType>::~MemoryPool()
61 template<class MemoryType> int32_
    [all...]
memory_pool_posix.h 21 template<class MemoryType>
26 int32_t PopMemory(MemoryType*& memory);
27 int32_t PushMemory(MemoryType*& memory);
43 std::list<MemoryType*> _memoryPool;
50 template<class MemoryType>
51 MemoryPoolImpl<MemoryType>::MemoryPoolImpl(int32_t initialPoolSize)
60 template<class MemoryType>
61 MemoryPoolImpl<MemoryType>::~MemoryPoolImpl()
69 template<class MemoryType>
70 int32_t MemoryPoolImpl<MemoryType>::PopMemory(MemoryType*& memory
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 136 const VkMemoryType memoryType = m_memoryProperties.memoryTypes[m_memoryTypeIndex];
137 const VkMemoryHeap memoryHeap = m_memoryProperties.memoryHeaps[memoryType.heapIndex];
144 if (memoryType.heapIndex >= m_memoryProperties.memoryHeapCount)
148 log << TestLog::Message << "Memory type: " << memoryType << TestLog::EndMessage;
269 struct MemoryType
286 vector<MemoryType> types;
343 const MemoryType type =
437 const MemoryType& memoryType = m_rng.choose<MemoryType>(heap.types.begin(), heap.types.end())
    [all...]
vktMemoryMappingTests.cpp 186 struct MemoryType
188 MemoryType (deUint32 index_, const VkMemoryType& type_)
194 MemoryType (void)
363 const tcu::ScopedLogSection section (log, "MemoryType" + de::toString(memoryTypeIndex), "MemoryType" + de::toString(memoryTypeIndex));
364 const VkMemoryType& memoryType = memoryProperties.memoryTypes[memoryTypeIndex];
365 const VkMemoryHeap& memoryHeap = memoryProperties.memoryHeaps[memoryType.heapIndex];
366 const VkDeviceSize atomSize = (memoryType.propertyFlags & VK_MEMORY_PROPERTY_HOST_COHERENT_BIT) != 0
370 log << TestLog::Message << "MemoryType: " << memoryType << TestLog::EndMessage
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntagp.h 63 IN MEMORY_CACHING_TYPE MemoryType,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksproxy.h 198 GUID MemoryType;
ks.h     [all...]

Completed in 140 milliseconds