Skip to content

Commit 0993c06

Browse files
weiyu-chengfxbot
authored andcommitted
Revert of:
Make sure we use the cached sampler header when spliting a SIMD16 sample instruction Change-Id: I12938ee993a84ea0e23a2ce236623777749d5d27
1 parent 3f75615 commit 0993c06

File tree

2 files changed

+86
-104
lines changed

2 files changed

+86
-104
lines changed

visa/BuildIR.h

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,23 +2578,6 @@ class IR_Builder {
25782578

25792579
G4_Declare* getImmDcl(G4_Imm* val, int numElt);
25802580

2581-
int splitSampleInst(VISASampler3DSubOpCode actualop,
2582-
bool pixelNullMask,
2583-
bool cpsEnable,
2584-
G4_Predicate* pred,
2585-
ChannelMask srcChannel,
2586-
int numChannels,
2587-
G4_Operand *aoffimmi,
2588-
G4_Operand *sampler,
2589-
G4_Operand *surface,
2590-
G4_DstRegRegion* dst,
2591-
Common_VISA_EMask_Ctrl emask,
2592-
bool useHeader,
2593-
unsigned numRows, // msg length for each simd8
2594-
unsigned int numParms,
2595-
G4_SrcRegRegion ** params,
2596-
bool uniformSampler = true);
2597-
25982581
};
25992582
}
26002583

0 commit comments

Comments
 (0)