Skip to content

[Validation] Validate SV values in combination with node launch types in DXIL #6104

@bob80905

Description

@bob80905

Is your feature request related to a problem? Please describe.
There are a couple of rules that aren't validated in DxilValidaiton.cpp, that should be:
For Thread launch, no compute shader system values are supported. For Coalescing launch, SV_GroupThreadID and SV_GroupIndex are supported. For Broadcasting launch, all compute shader system values are supported.

Describe the solution you'd like
We need to implement DxilValidation coverage of these rules. After that, we can solve #5827

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Status

Triaged

Relationships

None yet

Development

No branches or pull requests

Issue actions