Skip to content

Commit 5dc96d4

Browse files
sys-igcigcbot
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: c4d357a: Add extra pipeline flags to TraceRayHL intrinsic
Add extra pipeline flags to TraceRayHL intrinsic
1 parent c4d357a commit 5dc96d4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

IGC/GenISAIntrinsics/GenIntrinsicInst.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,6 @@ class TraceRayAsyncHLIntrinsic : public ContinuationHLIntrinsic {
12171217
Value *getPayload() const { return getOperand(16); }
12181218
Value *getComparisonValue() const { return getOperand(17); }
12191219
Value *getInternalRayFlags() const { return getOperand(18); }
1220-
Value *getExtraPipelineFlags() const { return getOperand(19); }
12211220
};
12221221

12231222
class CallShaderHLIntrinsic : public ContinuationHLIntrinsic {

IGC/GenISAIntrinsics/generator/input/Intrinsic_definitions.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11728,11 +11728,7 @@ intrinsics:
1172811728
type_definition: *i32
1172911729
comment: "reserved"
1173011730
- !<ArgumentDefinition>
11731-
name: ExtraPipelineFlags
11732-
type_definition: *i32
11733-
comment: "Additional flags to add to the pipeline flags"
11734-
- !<ArgumentDefinition>
11735-
name: Arg20
11731+
name: Arg19
1173611732
type_definition: *f32
1173711733
comment: "reserved"
1173811734
attributes:

0 commit comments

Comments
 (0)