Searched refs:allocation_scope (Results 1 – 3 of 3) sorted by relevance
493 auto allocation_scope = VulkanMemoryEvent::SCOPE_UNSPECIFIED; in UpdateVulkanMemoryAllocationCounters() local497 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()
93 optional AllocationScope allocation_scope = 8; field
5960 optional AllocationScope allocation_scope = 8; field