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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_serialize.c709 union packed_instr last_header; local in function:write_dest
710 memcpy(&last_header, ctx->blob->data + ctx->last_alu_header_offset,
711 sizeof(last_header));
715 clean_header.u32 = last_header.u32;
721 if (last_header.alu.num_followup_alu_sharing_header < 3 &&
723 last_header.alu.num_followup_alu_sharing_header++;
725 &last_header, sizeof(last_header));

Completed in 4 milliseconds