File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -774,7 +774,7 @@ namespace IGC
774
774
{
775
775
if (ctx->m_sampler < 11 || ctx->m_inputCount < 16 || ctx->m_tempCount < 40 || ctx->m_dxbcCount < 280 || ctx->m_ConstantBufferCount < 500 )
776
776
{
777
- if (ctx->m_tempCount < 90 && ctx->m_ConstantBufferCount < 10000 )
777
+ if (ctx->m_tempCount < 90 && ctx->m_ConstantBufferCount < 300 )
778
778
{
779
779
return true ;
780
780
}
@@ -1296,9 +1296,6 @@ namespace IGC
1296
1296
{
1297
1297
MetaDataUtils* pMdUtils = pContext->getMetaDataUtils ();
1298
1298
bool NoOpt = pContext->getModuleMetaData ()->compOpt .OptDisable ;
1299
- pContext->m_highPsRegisterPressure =
1300
- (pContext->type == ShaderType::PIXEL_SHADER &&
1301
- ((pContext->m_inputCount + pContext->m_ConstantBufferCount /8 + pContext->m_tempCount ) > 60 ));
1302
1299
1303
1300
// Remove inline attribute if subroutine is enabled.
1304
1301
purgeInlineAttribute (pContext, NoOpt);
You can’t perform that action at this time.
0 commit comments