Home
last modified time | relevance | path

Searched refs:vISA_NUMBER_OF_OPNDS_IN_POOL (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DVISAKernel.h29 #define vISA_NUMBER_OF_OPNDS_IN_POOL 47 macro
1172 VISA_opnd m_fastPathOpndPool[vISA_NUMBER_OF_OPNDS_IN_POOL];
H A DVISAKernelImpl.cpp9028 newOp = &m_fastPathOpndPool[(m_opndCounter++) % vISA_NUMBER_OF_OPNDS_IN_POOL]; in getOpndFromPool()