Searched refs:MemoryAllocatorResourceType (Results 1 – 3 of 3) sorted by relevance
43 enum class MemoryAllocatorResourceType : uint8_t { in RENDER_BEGIN_NAMESPACE() enum51 MemoryAllocatorResourceType resourceType { MemoryAllocatorResourceType::UNDEFINED }; in RENDER_BEGIN_NAMESPACE()
203 PLUGIN_ASSERT(ref.resourceType == MemoryAllocatorResourceType::GPU_BUFFER || in PlatformGpuMemoryAllocator()204 ref.resourceType == MemoryAllocatorResourceType::GPU_IMAGE); in PlatformGpuMemoryAllocator()206 if (ref.resourceType == MemoryAllocatorResourceType::GPU_BUFFER) { in PlatformGpuMemoryAllocator()208 } else if (ref.resourceType == MemoryAllocatorResourceType::GPU_IMAGE) { in PlatformGpuMemoryAllocator()401 PLUGIN_ASSERT(customPool.resourceType == MemoryAllocatorResourceType::GPU_BUFFER); in CreatePoolForBuffers()452 PLUGIN_ASSERT(customPool.resourceType == MemoryAllocatorResourceType::GPU_IMAGE); in CreatePoolForImages()
367 PlatformGpuMemoryAllocator::MemoryAllocatorResourceType::GPU_BUFFER, in GetAllocatorCreateInfo()383 PlatformGpuMemoryAllocator::MemoryAllocatorResourceType::GPU_BUFFER, in GetAllocatorCreateInfo()