mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 08:10:09 +01:00
spirv: Update the JSON and headers
Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Acked-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29509>
This commit is contained in:
parent
5e01f9848b
commit
c2ab522360
2 changed files with 1844 additions and 1 deletions
|
|
@ -4539,6 +4539,20 @@
|
|||
"extensions" : [ "SPV_KHR_shader_ballot" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"opname" : "OpExtInstWithForwardRefs",
|
||||
"class" : "Extension",
|
||||
"opcode" : 4433,
|
||||
"operands" : [
|
||||
{ "kind" : "IdResultType" },
|
||||
{ "kind" : "IdResult" },
|
||||
{ "kind" : "IdRef", "name" : "'Set'" },
|
||||
{ "kind" : "LiteralExtInstInteger", "name" : "'Instruction'" },
|
||||
{ "kind" : "IdRef", "quantifier" : "*", "name" : "'Operand 1', +\n'Operand 2', +\n..." }
|
||||
],
|
||||
"extensions" : [ "SPV_KHR_relaxed_extended_instruction" ],
|
||||
"version": "None"
|
||||
},
|
||||
{
|
||||
"opname" : "OpTraceRayKHR",
|
||||
"class" : "Reserved",
|
||||
|
|
@ -4854,6 +4868,42 @@
|
|||
"capabilities" : [ "CooperativeMatrixKHR" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"opname" : "OpConstantCompositeReplicateEXT",
|
||||
"class" : "Constant-Creation",
|
||||
"opcode" : 4461,
|
||||
"operands" : [
|
||||
{ "kind" : "IdResultType" },
|
||||
{ "kind" : "IdResult" },
|
||||
{ "kind" : "IdRef", "name" : "'Value'" }
|
||||
],
|
||||
"capabilities" : [ "ReplicatedCompositesEXT" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"opname" : "OpSpecConstantCompositeReplicateEXT",
|
||||
"class" : "Constant-Creation",
|
||||
"opcode" : 4462,
|
||||
"operands" : [
|
||||
{ "kind" : "IdResultType" },
|
||||
{ "kind" : "IdResult" },
|
||||
{ "kind" : "IdRef", "name" : "'Value'" }
|
||||
],
|
||||
"capabilities" : [ "ReplicatedCompositesEXT" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"opname" : "OpCompositeConstructReplicateEXT",
|
||||
"class" : "Composite",
|
||||
"opcode" : 4463,
|
||||
"operands" : [
|
||||
{ "kind" : "IdResultType" },
|
||||
{ "kind" : "IdResult" },
|
||||
{ "kind" : "IdRef", "name" : "'Value'" }
|
||||
],
|
||||
"capabilities" : [ "ReplicatedCompositesEXT" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"opname" : "OpTypeRayQueryKHR",
|
||||
"class" : "Type-Declaration",
|
||||
|
|
@ -15687,7 +15737,7 @@
|
|||
"value" : 5087,
|
||||
"extensions" : [ "SPV_KHR_quad_control" ],
|
||||
"version" : "None"
|
||||
},
|
||||
},
|
||||
{
|
||||
"enumerant" : "SampleMaskOverrideCoverageNV",
|
||||
"value" : 5249,
|
||||
|
|
@ -16442,6 +16492,12 @@
|
|||
"extensions" : [ "SPV_KHR_cooperative_matrix" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "ReplicatedCompositesEXT",
|
||||
"value" : 6024,
|
||||
"extensions" : [ "SPV_EXT_replicated_composites" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "BitInstructions",
|
||||
"value" : 6025,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue