File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,6 @@ namespace IGC
192
192
pKernelProgram->isMessageTargetDataCacheDataPort = isMessageTargetDataCacheDataPort;
193
193
pKernelProgram->singleInstanceVertexShader =
194
194
((entry->getParent ())->getNamedMetadata (" ConstantBufferIndexedWithInstanceId" ) != nullptr ) ? true : false ;
195
- pKernelProgram->EnableVertexReordering =
196
- (GetContext ()->getModuleMetaData ()->vsInfo .DrawIndirectBufferIndex != -1 );
197
195
198
196
CreateGatherMap ();
199
197
CreateConstantBufferOutput (pKernelProgram);
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ namespace IGC
383
383
384
384
DWORD m_AccessedBySampleC[4 ];
385
385
bool HasClipCullAsOutput;
386
- bool EnableVertexReordering;
386
+
387
387
388
388
unsigned int BindingTableEntryBitmap;
389
389
unsigned int m_SamplerCount;
Original file line number Diff line number Diff line change @@ -230,10 +230,6 @@ namespace IGC
230
230
bool forcedVISAPreRAScheduler = false ;
231
231
};
232
232
233
- struct VertexShaderInfo
234
- {
235
- int DrawIndirectBufferIndex = -1 ;
236
- };
237
233
238
234
struct PixelShaderInfo
239
235
{
@@ -342,7 +338,6 @@ namespace IGC
342
338
CompOptions compOpt;
343
339
std::map<llvm::Function*, IGC::FunctionMetaData> FuncMD;
344
340
PushInfo pushInfo;
345
- VertexShaderInfo vsInfo;
346
341
PixelShaderInfo psInfo;
347
342
ComputeShaderInfo csInfo;
348
343
std::map<ConstantAddress, uint32_t > inlineDynConstants;
You can’t perform that action at this time.
0 commit comments