Home
last modified time | relevance | path

Searched refs:OPND_RAW_SRC (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DIsaDescription.h36 #define OPND_RAW_SRC 0x800000 macro
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DIsaDescription.h37 #define OPND_RAW_SRC 0x800000 macro
H A DIsaDescription.cpp1937 { OPND_RAW_SRC, ISA_TYPE_W, GRF_ALIGNED }, //offset
1944 { OPND_RAW_SRC, ISA_TYPE_W, GRF_ALIGNED }, //PixelMaskHDirection
2084 { OPND_RAW_SRC, ISA_TYPE_W, GRF_ALIGNED }, // offsets
H A DByteCodeReaderNG.cpp1998 } else if (opndDesc->opnd_type == OPND_RAW_SRC) in readInstructionSampler()