Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkObject.hpp60 void *objectMemory = vk::allocate(sizeof(T), alignof(T), pAllocator, T::GetAllocationScope()); in Create() local
61 if(!objectMemory) in Create()
67 auto object = new(objectMemory) T(pCreateInfo, memory, extendedInfo...); in Create()
78 ASSERT(*outObject == objectMemory); in Create()