Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_buffer.h34 unsigned abbrev_width; member
38 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()
Ddxil_buffer.c28 dxil_buffer_init(struct dxil_buffer *b, unsigned abbrev_width) in dxil_buffer_init() argument
34 b->abbrev_width = abbrev_width; in dxil_buffer_init()
Ddxil_module.c90 enter_subblock(struct dxil_module *m, unsigned id, unsigned abbrev_width) in enter_subblock() argument
93 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()
Ddxil_module.h190 unsigned abbrev_width; member