File tree 3 files changed +1
-6
lines changed 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -756,7 +756,6 @@ namespace IGC
756
756
pKernelProgram->samplerCount = GetSamplerCount (m_samplerCount);
757
757
pKernelProgram->renderTargetMask = m_RenderTargetMask;
758
758
pKernelProgram->constantInterpolationEnableMask = m_ConstantInterpolationMask;
759
- pKernelProgram->hasEvalSampler = m_HasEvalSampler;
760
759
pKernelProgram->NOSBufferSize = m_NOSBufferSize / getGRFSize (); // in 256 bits
761
760
pKernelProgram->isMessageTargetDataCacheDataPort = isMessageTargetDataCacheDataPort;
762
761
@@ -878,9 +877,6 @@ namespace IGC
878
877
case GenISAIntrinsic::GenISA_PullSnappedBarys:
879
878
m_HasPullBary = true ;
880
879
break ;
881
- case GenISAIntrinsic::GenISA_evaluateSampler:
882
- m_HasEvalSampler = true ;
883
- break ;
884
880
default :
885
881
break ;
886
882
}
Original file line number Diff line number Diff line change @@ -163,7 +163,6 @@ namespace IGC
163
163
bool m_HasDouble;
164
164
bool m_VectorMask;
165
165
uint m_ConstantInterpolationMask = 0 ;
166
- bool m_HasEvalSampler = false ;
167
166
168
167
bool m_HasDiscard;
169
168
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ namespace IGC
271
271
unsigned int bufferSlot = 0 ;
272
272
unsigned int statelessCBPushedSize = 0 ;
273
273
274
+
274
275
// GenUpdateCB outputs
275
276
void * m_ConstantBufferReplaceShaderPatterns = nullptr ;
276
277
uint m_ConstantBufferReplaceShaderPatternsSize = 0 ;
@@ -323,7 +324,6 @@ namespace IGC
323
324
bool posXYOffsetEnable;
324
325
bool blendToFillEnabled;
325
326
bool forceEarlyZ;
326
- bool hasEvalSampler;
327
327
328
328
bool sampleCmpToDiscardOptimizationPossible;
329
329
You can’t perform that action at this time.
0 commit comments