Home
last modified time | relevance | path

Searched refs:getCLDeviceIds (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuCommandLine.hpp164 void getCLDeviceIds (std::vector<int>& deviceIds) const { deviceIds = getCLDeviceIds(); } in getCLDeviceIds() function in tcu::CommandLine
165 const std::vector<int>& getCLDeviceIds (void) const;
DtcuCommandLine.cpp820 const std::vector<int>& CommandLine::getCLDeviceIds (void) const { return m_cmdLine.getOption<op… in getCLDeviceIds() function in tcu::CommandLine