Lines Matching refs:perf
185 void update(V1_3::Capabilities* capabilities, V1_3::OperandType type, float perf) { in update() argument
186 V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf}; in update()
1017 DeviceSpecification(const std::string& name, float perf, uint32_t operationMask, in DeviceSpecification()
1021 : DeviceSpecification(name, perf, perf, operationMask, oem, halVersion,
1023 DeviceSpecification(const std::string& name, float perf, float perfRelaxed, in DeviceSpecification()
1028 : DeviceSpecification(name, kVersionString, perf, perfRelaxed, operationMask, oem,
1030 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification()
1035 : DeviceSpecification(name, version, perf, perf, operationMask, oem, halVersion,
1037 DeviceSpecification(const std::string& name, const std::string& version, float perf, in DeviceSpecification()
1048 V1_0::PerformanceInfo perfInfo = {.execTime = perf, .powerUsage = perf};
1060 DeviceSpecification(const std::string& name, float perf, HalVersion halVersion, in DeviceSpecification()
1064 name, perf, perf, in DeviceSpecification()