Searched refs:header_sz (Results 1 – 2 of 2) sorted by relevance
101 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1); in emit_send() local102 const unsigned sz = header_sz + addr_sz + src_sz; in emit_send()108 if (header_sz) in emit_send()131 inst->header_size = header_sz; in emit_send()
5500 const unsigned header_sz = header.file != BAD_FILE ? 1 : 0; in lower_surface_logical_send() local5516 mlen = header_sz; in lower_surface_logical_send()5521 const unsigned sz = header_sz + addr_sz + src_sz; in lower_surface_logical_send()5536 bld.LOAD_PAYLOAD(payload, components, sz, header_sz); in lower_surface_logical_send()5537 mlen = header_sz + (addr_sz + src_sz) * inst->exec_size / 8; in lower_surface_logical_send()5667 inst->header_size = header_sz; in lower_surface_logical_send()