Skip to content

Commit 91f3e3a

Browse files
mmereckiigcbot
authored andcommitted
[Autobackout][FuncReg]Revert of change: 22d72bb
Add simple push for bindless buffers.
1 parent c966aeb commit 91f3e3a

File tree

6 files changed

+121
-234
lines changed

6 files changed

+121
-234
lines changed

IGC/Compiler/CISACodeGen/CShader.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,6 @@ void CShader::CreateConstantBufferOutput(SKernelProgram* pKernelProgram)
640640
pKernelProgram->simplePushInfoArr[i].m_offset = pushInfo.simplePushInfoArr[i].offset;
641641
pKernelProgram->simplePushInfoArr[i].m_size = pushInfo.simplePushInfoArr[i].size;
642642
pKernelProgram->simplePushInfoArr[i].isStateless = pushInfo.simplePushInfoArr[i].isStateless;
643-
pKernelProgram->simplePushInfoArr[i].isBindless = pushInfo.simplePushInfoArr[i].isBindless;
644643
}
645644

646645
if (GetContext()->m_ConstantBufferReplaceShaderPatterns)

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -589,12 +589,6 @@ unsigned getAccChNumUD() const
589589
{
590590
return 8;
591591
}
592-
593-
int getBSOLocInExtDescriptor() const
594-
{
595-
return 12;
596-
}
597-
598592
// ***** Below go accessor methods for testing WA data from WA_TABLE *****
599593

600594
bool WaDoNotPushConstantsForAllPulledGSTopologies() const

0 commit comments

Comments
 (0)