Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp207 void getCLDeviceIds (std::vector<int>& deviceIds) const { deviceIds = getCLDeviceIds(); } in getCLDeviceIds() function in tcu::CommandLine
208 const std::vector<int>& getCLDeviceIds (void) const;
DtcuCommandLine.cpp918 const std::vector<int>& CommandLine::getCLDeviceIds (void) const { return m_cmdLine.getOption<o… in getCLDeviceIds() function in tcu::CommandLine