mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2025-01-13 09:50:06 +00:00
Support ExecutionMode IndependentForwardProgress
This commit is contained in:
parent
16df562ad3
commit
3e52dd915d
@ -291,6 +291,11 @@ static const spv_operand_desc_t executionModeEntries[] = {
|
||||
SPV_OPCODE_FLAGS_CAPABILITIES,
|
||||
CapabilityKernel,
|
||||
{SPV_OPERAND_TYPE_NONE}},
|
||||
{"IndependentForwardProgress",
|
||||
ExecutionModeIndependentForwardProgress,
|
||||
SPV_OPCODE_FLAGS_CAPABILITIES,
|
||||
CapabilityKernel,
|
||||
{SPV_OPERAND_TYPE_NONE}},
|
||||
};
|
||||
|
||||
static const spv_operand_desc_t storageClassEntries[] = {
|
||||
|
@ -193,6 +193,7 @@ INSTANTIATE_TEST_CASE_P(TextToBinaryExecutionMode, OpExecutionModeTest,
|
||||
{CASE(OutputTriangleStrip), {}},
|
||||
{CASE(VecTypeHint), {96}},
|
||||
{CASE(ContractionOff), {}},
|
||||
{CASE(IndependentForwardProgress), {}},
|
||||
}));
|
||||
#undef CASE
|
||||
// clang-format on
|
||||
|
Loading…
Reference in New Issue
Block a user