Searched refs:get_memory_bandwidth (Results 1 – 3 of 3) sorted by relevance
214 int64_t (*get_memory_bandwidth)(const SP_Device* device); member
627 if (device_fns_->get_memory_bandwidth != nullptr) { in CreateDeviceDescription()628 int64_t memory_bandwidth = device_fns_->get_memory_bandwidth(&device_); in CreateDeviceDescription()
943 device_fns_.get_memory_bandwidth = [](const SP_Device* device) -> int64_t { in TEST_F()969 device_fns_.get_memory_bandwidth = [](const SP_Device* device) -> int64_t { in TEST_F()