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 b78f050 commit 55e21a9Copy full SHA for 55e21a9
IGC/Compiler/CISACodeGen/CoalescingEngine.cpp
@@ -1265,6 +1265,7 @@ namespace IGC
1265
return payload;
1266
}
1267
1268
+
1269
// Prepares payload for the uniform URB Write messages that are used in
1270
// mesh and task shader stages.
1271
// On DG2 platform a uniform URB write is a simd1 message that writes data
IGC/Compiler/CISACodeGen/CoalescingEngine.hpp
@@ -110,6 +110,7 @@ namespace IGC {
110
llvm::Instruction* inst,
111
int& payloadOffset);
112
113
114
CVariable* PrepareUniformUrbWritePayload(
115
CShader* shader,
116
CEncoder* encoder,
0 commit comments