HomeSort by relevance Sort by last modified time
    Searched refs:getGeneration (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.h 87 Generation getGeneration() const {
100 return (getGeneration() >= EVERGREEN);
104 return (getGeneration() >= EVERGREEN);
113 return (getGeneration() >= EVERGREEN);
116 return (getGeneration() >= SOUTHERN_ISLANDS);
120 return (getGeneration() >= EVERGREEN);
124 return (getGeneration() >= SOUTHERN_ISLANDS ||
143 assert(getGeneration() <= NORTHERN_ISLANDS);
152 return getGeneration() <= NORTHERN_ISLANDS;
AMDGPUSubtarget.cpp 47 if (getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) {
55 assert(getGeneration() <= NORTHERN_ISLANDS);
AMDGPUTargetMachine.cpp 82 if (Subtarget.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) {
107 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS)
151 if (ST.getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) {
170 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) {
186 if (ST.getGeneration() > AMDGPUSubtarget::NORTHERN_ISLANDS) {
195 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS)
199 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS)
206 if (ST.getGeneration() <= AMDGPUSubtarget::NORTHERN_ISLANDS) {
AMDGPUAsmPrinter.cpp 85 if (STM.getGeneration() > AMDGPUSubtarget::NORTHERN_ISLANDS) {
106 if (STM.getGeneration() >= AMDGPUSubtarget::SOUTHERN_ISLANDS) {
180 if (STM.getGeneration() >= AMDGPUSubtarget::EVERGREEN) {
336 if (STM.getGeneration() < AMDGPUSubtarget::SEA_ISLANDS) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILSIDevice.h 39 virtual uint32_t getGeneration() const;
AMDILNIDevice.h 39 virtual uint32_t getGeneration() const;
AMDILSIDevice.cpp 35 AMDGPUSIDevice::getGeneration() const
AMDIL7XXDevice.h 38 virtual uint32_t getGeneration() const;
AMDGPUTargetMachine.cpp 59 if (Subtarget.device()->getGeneration() <= AMDGPUDeviceInfo::HD6XXX) {
99 if (ST.device()->getGeneration() <= AMDGPUDeviceInfo::HD6XXX) {
115 if (ST.device()->getGeneration() > AMDGPUDeviceInfo::HD6XXX) {
137 if (ST.device()->getGeneration() <= AMDGPUDeviceInfo::HD6XXX) {
AMDILEvergreenDevice.h 40 virtual uint32_t getGeneration() const;
AMDILDevice.h 73 virtual uint32_t getGeneration() const = 0;
AMDILNIDevice.cpp 44 AMDGPUNIDevice::getGeneration() const
AMDIL7XXDevice.cpp 50 uint32_t AMDGPU7XXDevice::getGeneration() const
AMDGPUAsmPrinter.cpp 46 if (STM.device()->getGeneration() > AMDGPUDeviceInfo::HD6XXX) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILSIDevice.h 39 virtual uint32_t getGeneration() const;
AMDILNIDevice.h 39 virtual uint32_t getGeneration() const;
AMDILSIDevice.cpp 35 AMDGPUSIDevice::getGeneration() const
AMDIL7XXDevice.h 38 virtual uint32_t getGeneration() const;
AMDGPUTargetMachine.cpp 59 if (Subtarget.device()->getGeneration() <= AMDGPUDeviceInfo::HD6XXX) {
99 if (ST.device()->getGeneration() <= AMDGPUDeviceInfo::HD6XXX) {
115 if (ST.device()->getGeneration() > AMDGPUDeviceInfo::HD6XXX) {
137 if (ST.device()->getGeneration() <= AMDGPUDeviceInfo::HD6XXX) {
AMDILEvergreenDevice.h 40 virtual uint32_t getGeneration() const;
AMDILDevice.h 73 virtual uint32_t getGeneration() const = 0;
AMDILNIDevice.cpp 44 AMDGPUNIDevice::getGeneration() const
AMDIL7XXDevice.cpp 50 uint32_t AMDGPU7XXDevice::getGeneration() const
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ImageCanvas.java 86 int getGeneration();
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputHal.java 89 if (generation != streamConfig.getGeneration()) {
106 if (generation != streamConfig.getGeneration()) {

Completed in 526 milliseconds

1 2 3