Searched defs:dxil_psv_signature_element (Results 1 – 1 of 1) sorted by relevance
70 struct dxil_psv_signature_element { struct71 uint32_t semantic_name_offset; // Offset into StringTable72 uint32_t semantic_indexes_offset; // Offset into PSVSemanticIndexTable, count == Rows73 uint8_t rows; // Number of rows this element occupies74 uint8_t start_row; // Starting row of packing location if allocated75 uint8_t cols_and_start; // 0:4 = Cols, 4:6 = StartCol, 6:7 == Allocated76 uint8_t semantic_kind; // PSVSemanticKind77 uint8_t component_type; // DxilProgramSigCompType78 uint8_t interpolation_mode; // DXIL::InterpolationMode or D3D10_SB_INTERPOLATION_MODE79 uint8_t dynamic_mask_and_stream; // 0:4 = DynamicIndexMask, 4:6 = OutputStream (0-3)[all …]