Searched refs:header_sz (Results 1 – 2 of 2) sorted by relevance
119 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1); in emit_send() local120 const unsigned sz = header_sz + addr_sz + src_sz; in emit_send()126 if (header_sz) in emit_send()149 inst->header_size = header_sz; in emit_send()
4227 const unsigned header_sz = (sample_mask.file == BAD_FILE ? 0 : 1); in lower_surface_logical_send() local4228 const unsigned sz = header_sz + addr_sz + src_sz; in lower_surface_logical_send()4236 if (header_sz) in lower_surface_logical_send()4245 bld.LOAD_PAYLOAD(payload, components, sz, header_sz); in lower_surface_logical_send()4249 inst->mlen = header_sz + (addr_sz + src_sz) * inst->exec_size / 8; in lower_surface_logical_send()4250 inst->header_size = header_sz; in lower_surface_logical_send()