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.h74 uint8_t cols_and_start; // 0:4 = Cols, 4:6 = StartCol, 6:7 == Allocated member
Ddxil_signature.c424 psv_elm->cols_and_start = (1u << 6) | (semantic->start_col << 4) | semantic->cols; in fill_psv_signature_element()
433 psv_elm->cols_and_start = (semantic->start_col << 4) | semantic->cols; in fill_psv_signature_element()
Ddxil_dump.c766 (int)((io->cols_and_start & 0xf) >> 4), in dump_psv_io()
767 (int)(io->cols_and_start & 0xf), in dump_psv_io()