We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f75615 commit 0993c06Copy full SHA for 0993c06
visa/BuildIR.h
@@ -2578,23 +2578,6 @@ class IR_Builder {
2578
2579
G4_Declare* getImmDcl(G4_Imm* val, int numElt);
2580
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
-
2598
};
2599
}
2600
0 commit comments