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

  /external/mesa3d/src/gallium/drivers/radeon/
AMDILEvergreenDevice.h 47 // The AMDGPUCypressDevice is similiar to the AMDGPUEvergreenDevice, except it has
51 class AMDGPUCypressDevice : public AMDGPUEvergreenDevice {
53 AMDGPUCypressDevice(AMDGPUSubtarget *ST);
54 virtual ~AMDGPUCypressDevice();
57 }; // AMDGPUCypressDevice
AMDILEvergreenDevice.cpp 122 AMDGPUCypressDevice::AMDGPUCypressDevice(AMDGPUSubtarget *ST)
127 AMDGPUCypressDevice::~AMDGPUCypressDevice() {
130 void AMDGPUCypressDevice::setCaps() {

Completed in 36 milliseconds