Home
last modified time | relevance | path

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

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