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.h608 struct ProgramSignatureElement { struct
609 uint32_t Stream; // Stream index (parameters must appear in non-decreasing
611 uint32_t NameOffset; // Offset from the start of the ProgramSignatureHeader to
613 uint32_t Index; // Semantic Index
614 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind.
615 SigComponentType CompType; // Type of bits.
616 uint32_t Register; // Register Index (row index)
617 uint8_t Mask; // Mask (column allocation)
642 static_assert(sizeof(ProgramSignatureElement) == 32, argument