Searched refs:factoryMemory (Results 1 – 1 of 1) sorted by relevance
430 void* factoryMemory = allocator->Alloc<PriorMaterialRenderKeyFactory>(1); in Create() local431 NW_NULL_ASSERT(factoryMemory); in Create()432 return new(factoryMemory) PriorMaterialRenderKeyFactory(allocator); in Create()526 void* factoryMemory = allocator->Alloc<PriorDepthRenderKeyFactory>(1); in Create() local527 NW_NULL_ASSERT(factoryMemory); in Create()528 return new(factoryMemory) PriorDepthRenderKeyFactory(allocator); in Create()623 void* factoryMemory = allocator->Alloc<TopPriorDepthRenderKeyFactory>(1); in Create() local624 NW_NULL_ASSERT(factoryMemory); in Create()625 return new(factoryMemory) TopPriorDepthRenderKeyFactory(allocator); in Create()