Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPixelShaderLowering.cpp50 bool hasDiscard; in runOnFunction() local
1092 return hasDiscard; in optBlendState()
1120 return hasDiscard; in optBlendState()
1133 return hasDiscard; in optBlendState()
1163 return hasDiscard; in optBlendState()
1181 return hasDiscard; in optBlendState()
1193 return hasDiscard; in optBlendState()
1210 return hasDiscard; in optBlendState()
1228 return hasDiscard; in optBlendState()
1247 return hasDiscard; in optBlendState()
[all …]
H A DSimd32Profitability.cpp1074 bool hasDiscard = F->getParent()->getNamedMetadata("KillPixel") != nullptr; in checkPSSimd32Profitable() local
1107 …if (!hasDiscard && numberOfCmp == 0 && numberOfSample > 0 && numberOfBB == 1 && numberInstructions… in checkPSSimd32Profitable()
1131 if (returnBlock == &F->getEntryBlock() && !hasDiscard) in checkPSSimd32Profitable()
1174 if (hasDiscard) in checkPSSimd32Profitable()
H A DCheckInstrTypes.cpp74 instrList->hasDiscard = false; in CheckInstrTypes()
243 g_InstrTypes->hasDiscard = true; in visitCallInst()
H A DPreRAScheduler.cpp917 if (ctx->m_instrTypes.hasDiscard || in runOnFunction()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DBlendToDiscard.cpp120 if (!blendOpt.size() || m_cgCtx->m_instrTypes.hasDiscard) in runOnFunction()
H A DCodeGenPublic.h264 bool hasDiscard; member