Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/
H A DKernelArgs.cpp140 ArgType imgArgType; in getBufferType() local
142 if (isImage(arg, typeStr, imgArgType)) return { imgArgType, false }; in getBufferType()
186 ArgType imgArgType; in calcArgType() local
188 if (isImage(arg, typeStr, imgArgType)) return imgArgType; in calcArgType()