Home
last modified time | relevance | path

Searched refs:GEN10 (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Models/bxml/
H A DModelGen10.hpp19 {Op::ADD /* Op::1 */, Platform::GEN10, 0x40,
50 {Op::ADDC /* Op::3 */, Platform::GEN10, 0x4E,
60 {Op::AND /* Op::4 */, Platform::GEN10, 0x05,
78 {Op::ASR /* Op::5 */, Platform::GEN10, 0x0C,
96 {Op::AVG /* Op::6 */, Platform::GEN10, 0x42,
106 {Op::BFE /* Op::7 */, Platform::GEN10, 0x18,
118 {Op::BFI1 /* Op::8 */, Platform::GEN10, 0x19,
130 {Op::BFI2 /* Op::9 */, Platform::GEN10, 0x1A,
153 {Op::BRC /* Op::12 */, Platform::GEN10, 0x23,
163 {Op::BRD /* Op::13 */, Platform::GEN10, 0x21,
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Models/
H A DModels.hpp344 return platform <= Platform::GEN10; in supportsAlign16ImplicitAcc()
355 return platform >= Platform::GEN10 && !supportsUnifiedSend(); in supportsNoPreempt()
364 bool supportsAlign16() const { return platform <= Platform::GEN10; } in supportsAlign16()
365 bool supportsAlign16MacroOnly() const { return platform == Platform::GEN10; } in supportsAlign16MacroOnly()
366 bool supportsAlign16Ternary() const { return platform < Platform::GEN10; } in supportsAlign16Ternary()
367 bool supportsAlign16MacroInst() const { return platform <= Platform::GEN10; } in supportsAlign16MacroInst()
H A DModels.cpp213 Platform::GEN10,
460 Platform::GEN10, &MODEL_GEN10_OPSPECS[0], "10", "cnl");
505 case Platform::GEN10: in LookupModel()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_gen_enum.h36 GEN10 = (1 << 8), enumerator
56 case 10: return GEN10; in gen_from_devinfo()
H A Dbrw_eu.cpp563 { BRW_OPCODE_LINE, 89, "line", 2, 1, GEN_LE(GEN10) },
564 { BRW_OPCODE_PLN, 90, "pln", 2, 1, GEN_GE(GEN45) & GEN_LE(GEN10) },
566 { BRW_OPCODE_LRP, 92, "lrp", 3, 1, GEN_GE(GEN6) & GEN_LE(GEN10) },
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/cmake/linux/
H A Dmedia_gen_flags_linux.cmake49 option(GEN10 "Enable Gen10 support" ON) option
52 "GEN10" OFF)
104 if(GEN10)
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/cmake/linux/
H A Dmedia_gen_flags_linux.cmake49 option(GEN10 "Enable Gen10 support" ON) option
52 "GEN10" OFF)
140 if(GEN10)
/dports/audio/csound/csound-6.15.0/tests/soak/
H A Dtoot1.csd18 f1 0 4096 10 1 ; use GEN10 to compute a sine wave
H A Dftsave.csd17 ; Table #1, make a sine wave using the GEN10 routine.
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A Dcommon.h221 GEN10 = 10, enumerator
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/
H A Dmedia_srcs.cmake51 if(GEN10)
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/
H A Dmedia_srcs.cmake59 if(GEN10)
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DIRToString.cpp30 MAKE_CASE(Platform, GEN10); in ToSymbol()
/dports/audio/csoundqt/CsoundQt-0.9.8.1/examples/Getting Started/Toots/
H A DToot1.csd20 f 1 0 4096 10 1 ; use GEN10 to compute a sine wave
H A DToot3.csd21 f 1 0 4096 10 1 ; use GEN10 to compute a sine wave
H A DToot4.csd29 f 1 0 4096 10 1 ; use GEN10 to compute a sine wave
H A DToot5.csd34 f 1 0 4096 10 1 ; use GEN10 to compute a sine wave
H A DToot2.csd22 f 1 0 4096 10 1 ; use GEN10 to compute a sine wave
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/IR/
H A DTypes.hpp46 GEN10 = IGA_GEN_VER_ORDINAL(10, 0 ), enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Backend/GED/
H A DEncoder.cpp304 bool isTernary = platform() < Platform::GEN10 && os.isTernary(); in encodeInstruction()
489 if (platform() < Platform::GEN10) { in encodeTernarySourceAlign1()
584 if (platform() < Platform::GEN10) { in encodeTernarySourceAlign1()
2019 (inst.getOp() == Op::CALLA && platform() <= Platform::GEN10); in callNeedsSrc0Region221()
H A DDecoder.cpp516 if (m_opSpec->op == Op::MOVI && platform() >= Platform::GEN10) { in decodeBasicUnaryInstruction()
681 if (platform() >= Platform::GEN10) { in decodeTernaryInstructionOperands()
987 if (platform() < Platform::GEN10) { in decodeTernarySourceAlign1()
1036 if (platform() < Platform::GEN10) { in decodeTernarySourceAlign1()
H A DIGAToGEDTranslation.hpp125 case Platform::GEN10: pltf = GED_MODEL_10; break; in lowerPlatform()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/api/
H A Digax.hpp41 , GEN10 = IGA_GEN10 enumerator
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/
H A Dmedia_srcs.cmake373 if(GEN10)
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/
H A Dmedia_srcs.cmake377 if(GEN10)

12