Home
last modified time | relevance | path

Searched refs:cols_and_start (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_signature.c460 SV_params_nodes[7] = dxil_get_metadata_int8(mod, psv->cols_and_start & 0xf); // Number of columns in fill_SV_param_nodes()
462 …SV_params_nodes[9] = dxil_get_metadata_int8(mod, (psv->cols_and_start >> 4) & 0x3); // Element pac… in fill_SV_param_nodes()
474 usage_mask >>= (psv->cols_and_start >> 4) & 0x3; in fill_SV_param_nodes()
517 psv_elm->cols_and_start = (1u << 6) | (semantic->start_col << 4) | semantic->cols; in fill_psv_signature_element()
526 psv_elm->cols_and_start = (semantic->start_col << 4) | semantic->cols; in fill_psv_signature_element()
Ddxil_signature.h75 uint8_t cols_and_start; // 0:4 = Cols, 4:6 = StartCol, 6:7 == Allocated member
Ddxil_dump.c771 (int)((io->cols_and_start & 0xf) >> 4), in dump_psv_io()
772 (int)(io->cols_and_start & 0xf), in dump_psv_io()