Home
last modified time | relevance | path

Searched defs:ProgramSignatureElement (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h480 struct ProgramSignatureElement { struct
481 uint32_t Stream; // Stream index (parameters must appear in non-decreasing
483 uint32_t NameOffset; // Offset from the start of the ProgramSignatureHeader to
485 uint32_t Index; // Semantic Index
486 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind.
487 SigComponentType CompType; // Type of bits.
488 uint32_t Register; // Register Index (row index)
489 uint8_t Mask; // Mask (column allocation)
514 static_assert(sizeof(ProgramSignatureElement) == 32, argument