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

  /external/chromium_org/third_party/mesa/src/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 {
AMDILDeviceInfo.cpp 59 return new AMDGPUCedarDevice(ptr);
  /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 {
AMDILDeviceInfo.cpp 59 return new AMDGPUCedarDevice(ptr);

Completed in 932 milliseconds