Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dgpu_event_parser.cc492 auto allocation_scope = VulkanMemoryEvent::SCOPE_UNSPECIFIED; in UpdateVulkanMemoryAllocationCounters() local
496 allocation_scope = static_cast<VulkanMemoryEvent::AllocationScope>( in UpdateVulkanMemoryAllocationCounters()
497 event.allocation_scope()); in UpdateVulkanMemoryAllocationCounters()
498 if (allocation_scope == VulkanMemoryEvent::SCOPE_UNSPECIFIED) in UpdateVulkanMemoryAllocationCounters()
502 vulkan_driver_memory_counters_[allocation_scope] += in UpdateVulkanMemoryAllocationCounters()
506 vulkan_driver_memory_counters_[allocation_scope] -= in UpdateVulkanMemoryAllocationCounters()
516 allocation_scope); in UpdateVulkanMemoryAllocationCounters()
521 static_cast<double>(vulkan_driver_memory_counters_[allocation_scope]), in UpdateVulkanMemoryAllocationCounters()
632 vulkan_memory_event.allocation_scope())); in ParseVulkanMemoryEvent()
/external/perfetto/protos/perfetto/trace/gpu/
Dvulkan_memory_event.proto93 optional AllocationScope allocation_scope = 8; field
/external/rust/crates/ash/src/vk/
Ddefinitions.rs456 allocation_scope: SystemAllocationScope,
466 allocation_scope: SystemAllocationScope,
477 allocation_scope: SystemAllocationScope,
487 allocation_scope: SystemAllocationScope,
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto7035 optional AllocationScope allocation_scope = 8; field