Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DmessageEncoding.hpp739 bool endOfThread,
747 const bool endOfThread,
778 const bool endOfThread,
H A DmessageEncoding.cpp47 bool endOfThread, in Sampler() argument
62 IGC_ASSERT(!endOfThread || responseLength == 0); in Sampler()
76 messageDescriptor.DW0.All.EndOfThread = endOfThread; in Sampler()
433 const bool endOfThread, in DataPortWrite() argument
494 const bool endOfThread, in UrbMessage() argument
H A DEmitVISAPass.cpp3474 bool endOfThread = false; in emitVideoAnalyticSLM() local
3486 endOfThread, in emitVideoAnalyticSLM()
14868 bool endOfThread = llvm::isa<llvm::ReturnInst>(pInst->getNextNode()); in emitHSTessFactors() local
14869 hsProgram->EmitPatchConstantHeader(payload, endOfThread); in emitHSTessFactors()