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

/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c2092 uint64_t *value_ids = ralloc_array(m->ralloc_ctx, uint64_t, num_values); local in function:emit_aggregate_values
2096 value_ids[i] = values[i]->id;
2098 return emit_record_no_abbrev(&m->buf, CST_CODE_AGGREGATE, value_ids,

Completed in 6 milliseconds