HomeSort by relevance Sort by last modified time
    Searched refs:LongOps (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDIL7XXDevice.cpp 108 mHWBits.reset(AMDGPUDeviceInfo::LongOps);
109 mSWBits.set(AMDGPUDeviceInfo::LongOps);
AMDILDeviceInfo.h 39 LongOps = 0x5, // Long is supported or not.
AMDILEvergreenDevice.cpp 117 mHWBits.set(AMDGPUDeviceInfo::LongOps);
118 mSWBits.reset(AMDGPUDeviceInfo::LongOps);
AMDILDevice.cpp 93 mSWBits.set(AMDGPUDeviceInfo::LongOps);
AMDILISelLowering.cpp 173 if (STM.device()->isSupported(AMDGPUDeviceInfo::LongOps)) {

Completed in 291 milliseconds