Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.h70 struct dxil_psv_signature_element { struct
71 uint32_t semantic_name_offset; // Offset into StringTable
72 uint32_t semantic_indexes_offset; // Offset into PSVSemanticIndexTable, count == Rows
73 uint8_t rows; // Number of rows this element occupies
74 uint8_t start_row; // Starting row of packing location if allocated
75 uint8_t cols_and_start; // 0:4 = Cols, 4:6 = StartCol, 6:7 == Allocated
76 uint8_t semantic_kind; // PSVSemanticKind
77 uint8_t component_type; // DxilProgramSigCompType
78 uint8_t interpolation_mode; // DXIL::InterpolationMode or D3D10_SB_INTERPOLATION_MODE
79 uint8_t dynamic_mask_and_stream; // 0:4 = DynamicIndexMask, 4:6 = OutputStream (0-3)
[all …]