Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPixelShaderLowering.hpp99 DebugLocArray& debugLocs);
104 llvm::Value* src0Alpha, DebugLocArray& debugLocs);
H A DPixelShaderLowering.cpp230 DebugLocArray debugLocs; in runOnFunction() local
253 FindIntrinsicOutput(colors, depth, stencil, mask, src0Alpha, debugLocs); in runOnFunction()
265 EmitRTWrite(colors, depth, stencil, mask, src0Alpha, debugLocs); in runOnFunction()
294 DebugLocArray& debugLocs) in FindIntrinsicOutput() argument
334 debugLocs.push_back(((Instruction*)inst)->getDebugLoc()); in FindIntrinsicOutput()
762 Value* oMask, Value* src0Alpha, DebugLocArray& debugLocs) in EmitRTWrite() argument
840 colors[RTindexVal].inst->setDebugLoc(debugLocs[RTindexVal]); in EmitRTWrite()
849 colors[1 - RTindexVal].inst->setDebugLoc(debugLocs[1 - RTindexVal]); in EmitRTWrite()
862 colors[i].inst->setDebugLoc(debugLocs[i]); in EmitRTWrite()