Searched defs:dxil_psv_signature_element (Results 1 – 1 of 1) sorted by relevance
69 struct dxil_psv_signature_element { struct70 uint32_t semantic_name_offset; // Offset into StringTable71 uint32_t semantic_indexes_offset; // Offset into PSVSemanticIndexTable, count == Rows72 uint8_t rows; // Number of rows this element occupies73 uint8_t start_row; // Starting row of packing location if allocated74 uint8_t cols_and_start; // 0:4 = Cols, 4:6 = StartCol, 6:7 == Allocated75 uint8_t semantic_kind; // PSVSemanticKind76 uint8_t component_type; // DxilProgramSigCompType77 uint8_t interpolation_mode; // DXIL::InterpolationMode or D3D10_SB_INTERPOLATION_MODE78 uint8_t dynamic_mask_and_stream; // 0:4 = DynamicIndexMask, 4:6 = OutputStream (0-3)[all …]