mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
This commit is contained in:
commit
7435c04398
1 changed files with 3 additions and 1 deletions
|
|
@ -227,7 +227,9 @@ def isEG : Predicate<"Subtarget.device()"
|
|||
def isCayman : Predicate<"Subtarget.device()"
|
||||
"->getDeviceFlag() == OCL_DEVICE_CAYMAN">;
|
||||
def isEGorCayman : Predicate<"Subtarget.device()"
|
||||
"->getGeneration() >= AMDILDeviceInfo::HD5XXX">;
|
||||
"->getGeneration() == AMDILDeviceInfo::HD5XXX"
|
||||
"|| Subtarget.device()->getGeneration() =="
|
||||
"AMDILDeviceInfo::HD6XXX">;
|
||||
|
||||
def isR600toCayman : Predicate<
|
||||
"Subtarget.device()->getGeneration() <= AMDILDeviceInfo::HD6XXX">;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue