Searched defs:ASAllocator (Results 1 – 1 of 1) sorted by relevance
3047 template<> struct ASAllocator<QueryPoolResultsInstance::TlasPtr> struct3049 typedef QueryPoolResultsInstance::TlasPtr TlasPtr;3050 static TlasPtr alloc() { return TlasPtr(makeTopLevelAccelerationStructure().release()); } in alloc()3052 template<> struct ASAllocator<QueryPoolResultsInstance::BlasPtr> struct3054 typedef QueryPoolResultsInstance::BlasPtr BlasPtr;3055 static BlasPtr alloc() { return BlasPtr(makeBottomLevelAccelerationStructure().release()); } in alloc()