Home
last modified time | relevance | path

Searched defs:ASAllocator (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingAccelerationStructuresTests.cpp3047 template<> struct ASAllocator<QueryPoolResultsInstance::TlasPtr> struct
3049 typedef QueryPoolResultsInstance::TlasPtr TlasPtr;
3050 static TlasPtr alloc() { return TlasPtr(makeTopLevelAccelerationStructure().release()); } in alloc()
3052 template<> struct ASAllocator<QueryPoolResultsInstance::BlasPtr> struct
3054 typedef QueryPoolResultsInstance::BlasPtr BlasPtr;
3055 static BlasPtr alloc() { return BlasPtr(makeBottomLevelAccelerationStructure().release()); } in alloc()