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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_surface_builder.cpp101 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1); local in function:brw::surface_access::__anon0f9639990210::emit_send
102 const unsigned sz = header_sz + addr_sz + src_sz;
108 if (header_sz)
131 inst->header_size = header_sz;
H A Dbrw_fs.cpp5170 const unsigned header_sz = devinfo->gen < 9 && is_typed_access ? 1 : 0; local in function:lower_surface_logical_send
5180 assert(header_sz == 0);
5187 const unsigned sz = header_sz + addr_sz + src_sz;
5193 if (header_sz)
5202 bld.LOAD_PAYLOAD(payload, components, sz, header_sz);
5203 mlen = header_sz + (addr_sz + src_sz) * inst->exec_size / 8;
5211 if (!header_sz && sample_mask.file != BAD_FILE &&
5333 inst->header_size = header_sz;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_surface_builder.cpp101 const unsigned header_sz = (header.file == BAD_FILE ? 0 : 1); local in function:brw::surface_access::__anond3e0be0c0210::emit_send
102 const unsigned sz = header_sz + addr_sz + src_sz;
108 if (header_sz)
131 inst->header_size = header_sz;
H A Dbrw_fs.cpp5742 const unsigned header_sz = header.file != BAD_FILE ? 1 : 0; local in function:lower_surface_logical_send
5758 mlen = header_sz;
5763 const unsigned sz = header_sz + addr_sz + src_sz;
5778 bld.LOAD_PAYLOAD(payload, components, sz, header_sz);
5779 mlen = header_sz + (addr_sz + src_sz) * inst->exec_size / 8;
5909 inst->header_size = header_sz;

Completed in 24 milliseconds