HomeSort by relevance Sort by last modified time
    Searched defs:AMDGPUCedarDevice (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILEvergreenDevice.h 60 // The AMDGPUCedarDevice is the class that represents all of the 'Cedar' based
64 class AMDGPUCedarDevice : public AMDGPUEvergreenDevice {
66 AMDGPUCedarDevice(AMDGPUSubtarget *ST);
67 virtual ~AMDGPUCedarDevice();
71 }; // AMDGPUCedarDevice
AMDILEvergreenDevice.cpp 138 AMDGPUCedarDevice::AMDGPUCedarDevice(AMDGPUSubtarget *ST)
143 AMDGPUCedarDevice::~AMDGPUCedarDevice() {
146 void AMDGPUCedarDevice::setCaps() {
150 size_t AMDGPUCedarDevice::getWavefrontSize() const {

Completed in 33 milliseconds