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