Home
last modified time | relevance | path

Searched refs:ISA_3D_LOAD (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA_util.cpp467 op == ISA_3D_LOAD || op == ISA_3D_GATHER4 || in hasPredicate()
508 op == ISA_3D_LOAD || op == ISA_3D_GATHER4 || op == ISA_3D_URB_WRITE || in hasExecSize()
H A DIsaDescription.cpp133 { ISA_3D_LOAD, ISA_Inst_Sampler, "load_3d", 5, 1 },
1383 { ALL, ISA_3D_LOAD, ISA_Inst_Sampler, "3d_load",
H A DIsaDisassembly.cpp1437 if (opcode == ISA_3D_SAMPLE || opcode == ISA_3D_LOAD || opcode == ISA_3D_GATHER4) in printInstructionSampler()
1548 case ISA_3D_LOAD: in printInstructionSampler()
H A DIsaVerification.cpp2129 case ISA_3D_LOAD: in verifyInstructionSampler()
H A DByteCodeReaderNG.cpp1748 case ISA_3D_LOAD: in readInstructionSampler()
H A DVISAKernelImpl.cpp5509 ISA_Opcode opcode = ISA_3D_LOAD; // generate Gen IR for opndArray and dst in below func in AppendVISA3dLoad()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h364 ISA_3D_LOAD = 0x6E, enumerator