Searched refs:enter_subblock (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_module.c | 90 enter_subblock(struct dxil_module *m, unsigned id, unsigned abbrev_width) in enter_subblock() function 1260 return enter_subblock(m, DXIL_BLOCKINFO, 2) && in emit_blockinfo() 1300 if (!enter_subblock(m, DXIL_PARAMATTR_GROUP, 3)) in emit_attrib_group_table() 1317 if (!enter_subblock(m, DXIL_PARAMATTR, 3)) in emit_attribute_table() 1503 if (!enter_subblock(m, DXIL_TYPE_BLOCK, 4) || in emit_type_table() 2165 return enter_subblock(m, DXIL_CONST_BLOCK, 4) && in emit_module_consts() 2204 if (!enter_subblock(m, DXIL_VALUE_SYMTAB_BLOCK, 4)) in emit_value_symbol_table() 2541 return enter_subblock(m, DXIL_METADATA_BLOCK, 3) && in emit_metadata() 3314 if (!enter_subblock(m, DXIL_FUNCTION_BLOCK, 4) || in emit_function() 3362 enter_subblock(m, DXIL_MODULE, 3) && in dxil_emit_module()
|