Home | History | Annotate | Download | only in radeon

Lines Matching refs:Caps

97 AMDGPUDevice::getExecutionMode(AMDGPUDeviceInfo::Caps Caps) const
99 if (mHWBits[Caps]) {
100 assert(!mSWBits[Caps] && "Cannot set both SW and HW caps");
104 if (mSWBits[Caps]) {
105 assert(!mHWBits[Caps] && "Cannot set both SW and HW caps");
113 bool AMDGPUDevice::isSupported(AMDGPUDeviceInfo::Caps Mode) const
118 bool AMDGPUDevice::usesHardware(AMDGPUDeviceInfo::Caps Mode) const
123 bool AMDGPUDevice::usesSoftware(AMDGPUDeviceInfo::Caps Mode) const