Searched refs:abbrev_width (Results 1 – 4 of 4) sorted by relevance
34 unsigned abbrev_width; member38 dxil_buffer_init(struct dxil_buffer *b, unsigned abbrev_width);56 return dxil_buffer_emit_bits(b, id, b->abbrev_width); in dxil_buffer_emit_abbrev_id()
28 dxil_buffer_init(struct dxil_buffer *b, unsigned abbrev_width) in dxil_buffer_init() argument34 b->abbrev_width = abbrev_width; in dxil_buffer_init()
90 enter_subblock(struct dxil_module *m, unsigned id, unsigned abbrev_width) in enter_subblock() argument93 m->blocks[m->num_blocks].abbrev_width = m->buf.abbrev_width; in enter_subblock()97 !dxil_buffer_emit_vbr_bits(&m->buf, abbrev_width, 4) || in enter_subblock()101 m->buf.abbrev_width = abbrev_width; in enter_subblock()122 m->buf.abbrev_width = m->blocks[m->num_blocks].abbrev_width; in exit_block()
190 unsigned abbrev_width; member