Searched defs:ProgramSignatureElement (Results 1 – 4 of 4) sorted by relevance
460 struct ProgramSignatureElement { struct461 uint32_t Stream; // Stream index (parameters must appear in non-decreasing463 uint32_t NameOffset; // Offset from the start of the ProgramSignatureHeader to465 uint32_t Index; // Semantic Index466 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind.467 SigComponentType CompType; // Type of bits.468 uint32_t Register; // Register Index (row index)469 uint8_t Mask; // Mask (column allocation)494 static_assert(sizeof(ProgramSignatureElement) == 32, argument
476 struct ProgramSignatureElement { struct477 uint32_t Stream; // Stream index (parameters must appear in non-decreasing479 uint32_t NameOffset; // Offset from the start of the ProgramSignatureHeader to481 uint32_t Index; // Semantic Index482 D3DSystemValue SystemValue; // Semantic type. Similar to PSV::SemanticKind.483 SigComponentType CompType; // Type of bits.484 uint32_t Register; // Register Index (row index)485 uint8_t Mask; // Mask (column allocation)510 static_assert(sizeof(ProgramSignatureElement) == 32, argument