Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc493 auto allocation_scope = VulkanMemoryEvent::SCOPE_UNSPECIFIED; in UpdateVulkanMemoryAllocationCounters() local
497 allocation_scope = static_cast<VulkanMemoryEvent::AllocationScope>( in UpdateVulkanMemoryAllocationCounters()
498 event.allocation_scope()); in UpdateVulkanMemoryAllocationCounters()
499 if (allocation_scope == VulkanMemoryEvent::SCOPE_UNSPECIFIED) in UpdateVulkanMemoryAllocationCounters()
503 vulkan_driver_memory_counters_[allocation_scope] += in UpdateVulkanMemoryAllocationCounters()
507 vulkan_driver_memory_counters_[allocation_scope] -= in UpdateVulkanMemoryAllocationCounters()
517 allocation_scope); in UpdateVulkanMemoryAllocationCounters()
522 static_cast<double>(vulkan_driver_memory_counters_[allocation_scope]), in UpdateVulkanMemoryAllocationCounters()
633 vulkan_memory_event.allocation_scope())); in ParseVulkanMemoryEvent()
/external/perfetto/protos/perfetto/trace/gpu/
Dvulkan_memory_event.proto93 optional AllocationScope allocation_scope = 8; field
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto5960 optional AllocationScope allocation_scope = 8; field