Home
last modified time | relevance | path

Searched defs:allocNElts (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp16944 uint32_t allocNElts = (RequiredNElts > 0 ? RequiredNElts : pow2NElts); in prepareAddressForUniform() local
17054 uint32_t allocNElts = RequiredNElts > 0 ? RequiredNElts : pow2NElts; in prepareDataForUniform() local