Skip to content

Commit c4d357a

Browse files
jaladreipsigcbot
authored andcommitted
Add extra pipeline flags to TraceRayHL intrinsic
Add extra pipeline flags to TraceRayHL intrinsic
1 parent 3f88803 commit c4d357a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

IGC/GenISAIntrinsics/GenIntrinsicInst.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@ 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); }
12201221
};
12211222

12221223
class CallShaderHLIntrinsic : public ContinuationHLIntrinsic {

IGC/GenISAIntrinsics/generator/input/Intrinsic_definitions.yml

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

0 commit comments

Comments
 (0)