Home
last modified time | relevance | path

Searched refs:GENX_PVC (Results 1 – 20 of 20) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DHWCaps.inc104 if (getPlatform() == GENX_PVC)
372 return getPlatform() >= GENX_PVC;
621 if (plat >= GENX_PVC)
662 return getPlatform() < GENX_PVC;
703 return getPlatform() < GENX_PVC;
708 return getPlatform() < GENX_PVC;
713 return getPlatform() < GENX_PVC;
728 return getPlatform() >= GENX_PVC;
761 return getPlatform() >= GENX_PVC;
767 return getPlatform() < GENX_PVC;
[all …]
H A Dcommon.cpp55 PlatformInfo(GENX_PVC, PlatformGen::XE, 14,
158 if (getGenxPlatform() >= GENX_PVC) in getGRFSize()
H A DG4_Kernel.cpp642 case GENX_PVC: in getIGAPlatform()
841 case GENX_PVC: in setKernelParameters()
893 case GENX_PVC: in setKernelParameters()
928 case GENX_PVC: in setKernelParameters()
964 case GENX_PVC: in setKernelParameters()
997 case GENX_PVC: in setKernelParameters()
1032 case GENX_PVC: in setKernelParameters()
1137 if (getGenxPlatform() >= GENX_PVC) in emitDeviceAsm()
H A DG4Instruction.h181 HANDLE_INST(sync_fence, 1, 0, InstTypeMisc, GENX_PVC, ATTR_NONE)
H A DBinaryEncodingIGA.cpp351 case GENX_PVC: in getIGAInternalPlatform()
638 if (inst->getPlatform() >= GENX_PVC && !inst->isAccWrCtrlInst()) in getIgaOpInfo()
997 if (platform == GENX_PVC) in Encode()
1905 if (builder.getPlatform() == GENX_PVC) in GetIGASWSBEncodeMode()
H A DIsaVerification.cpp1033 REPORT_INSTRUCTION(options, getGenxPlatform() >= GENX_PVC, in verifyInstructionMove()
1405 if (getGenxPlatform() >= GENX_PVC) in verifyInstructionMisc()
1417 if (getGenxPlatform() >= GENX_PVC) in verifyInstructionMisc()
1872 REPORT_INSTRUCTION(options, getGenxPlatform() >= GENX_PVC, in verifyInstructionLogic()
H A DIsaDescription.cpp509 { GENX_PVC, ISA_FCVT, ISA_Inst_Mov, "fcvt", 3, SAME_SPECIAL_KIND,
1247 { GENX_PVC, ISA_NBARRIER, ISA_Inst_Sync, "nbarrier", 3, 0,
H A DG4_SendDescs.cpp204 if (getGenxPlatform() >= TARGET_PLATFORM::GENX_PVC) in toExecSlots()
H A DG4_Verifier.cpp1076 if (dpasInst->getPlatform() >= GENX_PVC) in verifyDpas()
H A DG4_IR.cpp963 if (builder.getPlatform() >= GENX_PVC) in distanceHonourInstruction()
982 if (builder.getPlatform() >= GENX_PVC) in tokenHonourInstruction()
7802 if (builder.getPlatform() >= GENX_PVC && dst->getTypeSize() == 1) in supportsNullDst()
H A DCISA.y2953 else if (getGenxPlatform() >= GENX_PVC) // on PVC typed is 16, untyped is 32 in lscCheckExecSize()
H A DHWConformity.cpp1604 else if (builder.getPlatform() >= GENX_PVC && dst->getType() == Type_Q) in fixRotate()
1617 else if (builder.getPlatform() >= GENX_PVC && src->getType() == Type_Q) in fixRotate()
9337 …MUST_BE_TRUE(builder.getPlatform() >= GENX_PVC || execSize != g4::SIMD32, "SIMD32 is not supported… in fixMadwInst()
H A DBuildIRImpl.cpp1910 …MUST_BE_TRUE(getPlatform() >= GENX_PVC || execSize != g4::SIMD32, "SIMD32 is not supported on this… in createInst()
H A DBuildCISAIRImpl.cpp218 case GENX_PVC: in CreateVisaWaTable()
H A DOptimizer.cpp7491 assert(builder.getPlatform() >= GENX_PVC); in DPASWA()
7635 if (builder.getPlatform() >= GENX_PVC && inst->opcode() == G4_dpas) in HWWorkaround()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DLatencyTable.cpp29 case GENX_PVC: in getDPAS8x8Latency()
180 if (m_builder->getPlatform() == GENX_PVC) in getLatencyG12()
H A DG4_Sched.cpp671 case GENX_PVC: in GRFMode()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_interface/media_interfaces_pvc/
H A Dmedia_interfaces_pvc.cpp75 #define GENX_PVC 15 macro
714 uint32_t cisaIDs[] = { GENX_PVC , GENX_XEHP }; in Initialize()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h479 GENX_PVC, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateSendSync.cpp494 if (getPlatform() >= GENX_PVC) { in generateBarrierWait()