Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILDevice.cpp97 AMDGPUDevice::getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const in getExecutionMode() function in AMDGPUDevice
115 return getExecutionMode(Mode) != AMDGPUDeviceInfo::Unsupported; in isSupported()
120 return getExecutionMode(Mode) == AMDGPUDeviceInfo::Hardware; in usesHardware()
125 return getExecutionMode(Mode) == AMDGPUDeviceInfo::Software; in usesSoftware()
DAMDILDevice.h111 getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const;