Searched refs:enter_subblock (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 88 enter_subblock(struct dxil_module *m, unsigned id, unsigned abbrev_width) in enter_subblock() function 1269 return enter_subblock(m, DXIL_BLOCKINFO, 2) && in emit_blockinfo() 1309 if (!enter_subblock(m, DXIL_PARAMATTR_GROUP, 3)) in emit_attrib_group_table() 1326 if (!enter_subblock(m, DXIL_PARAMATTR, 3)) in emit_attribute_table() 1512 if (!enter_subblock(m, DXIL_TYPE_BLOCK, 4) || in emit_type_table() 2197 return enter_subblock(m, DXIL_CONST_BLOCK, 4) && in emit_module_consts() 2236 if (!enter_subblock(m, DXIL_VALUE_SYMTAB_BLOCK, 4)) in emit_value_symbol_table() 2587 return enter_subblock(m, DXIL_METADATA_BLOCK, 3) && in emit_metadata() 3368 if (!enter_subblock(m, DXIL_FUNCTION_BLOCK, 4) || in emit_function() 3423 enter_subblock( in dxil_emit_module() [all...] |
Completed in 7 milliseconds