Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_surface_builder.cpp101 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1); in emit_send() local
102 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()
H A Dbrw_lower_logical_sends.cpp1423 const unsigned header_sz = header.file != BAD_FILE ? 1 : 0; in lower_surface_logical_send() local
1439 mlen = header_sz; in lower_surface_logical_send()
1444 const unsigned sz = header_sz + addr_sz + src_sz; in lower_surface_logical_send()
1459 bld.LOAD_PAYLOAD(payload, components, sz, header_sz); in lower_surface_logical_send()
1460 mlen = header_sz + (addr_sz + src_sz) * inst->exec_size / 8; in lower_surface_logical_send()
1590 inst->header_size = header_sz; in lower_surface_logical_send()

Completed in 5 milliseconds