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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c258 unsigned abbrev, const struct dxil_abbrev *a,
261 assert(abbrev >= DXIL_FIRST_APPLICATION_ABBREV);
263 if (!dxil_buffer_emit_abbrev_id(b, abbrev))
274 abbrev-definition already */
974 enum type_table_abbrev_id abbrev,
977 assert(abbrev < ARRAY_SIZE(type_table_abbrevs));
978 return emit_record_abbrev(&m->buf, abbrev + DXIL_FIRST_APPLICATION_ABBREV,
979 type_table_abbrevs + abbrev, data, size);
1026 emit_const_abbrev_record(struct dxil_module *m, enum const_abbrev_id abbrev, argument
1029 assert(abbrev < ARRAY_SIZ
257 emit_record_abbrev(struct dxil_buffer * b,unsigned abbrev,const struct dxil_abbrev * a,const uint64_t * data,size_t size) argument
973 emit_type_table_abbrev_record(struct dxil_module * m,enum type_table_abbrev_id abbrev,const uint64_t * data,size_t size) argument
1122 emit_func_abbrev_record(struct dxil_module * m,enum func_abbrev_id abbrev,const uint64_t * data,size_t size) argument
1391 enum type_table_abbrev_id abbrev = TYPE_TABLE_ABBREV_STRUCT_ANON; local in function:emit_struct_type
2172 emit_value_symtab_abbrev_record(struct dxil_module * m,enum value_symtab_abbrev_id abbrev,const uint64_t * data,size_t size) argument
2192 enum value_symtab_abbrev_id abbrev = VST_ABBREV_ENTRY_8; local in function:emit_symtab_entry
2434 emit_metadata_abbrev_record(struct dxil_module * m,enum metadata_abbrev_id abbrev,const uint64_t * data,size_t size) argument
[all...]

Completed in 5 milliseconds