Searched refs:abbrev_width (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_buffer.h34 unsigned abbrev_width; member in struct:dxil_buffer
38 dxil_buffer_init(struct dxil_buffer *b, unsigned abbrev_width);
56 return dxil_buffer_emit_bits(b, id, b->abbrev_width);
H A Ddxil_buffer.c28 dxil_buffer_init(struct dxil_buffer *b, unsigned abbrev_width) argument
34 b->abbrev_width = abbrev_width;
H A Ddxil_module.h190 unsigned abbrev_width; member in struct:dxil_module::__anonddbc3bf70108
H A Ddxil_module.c90 enter_subblock(struct dxil_module *m, unsigned id, unsigned abbrev_width) argument
93 m->blocks[m->num_blocks].abbrev_width = m->buf.abbrev_width;
97 !dxil_buffer_emit_vbr_bits(&m->buf, abbrev_width, 4) ||
101 m->buf.abbrev_width = abbrev_width;
122 m->buf.abbrev_width = m->blocks[m->num_blocks].abbrev_width;

Completed in 15 milliseconds