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