Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir_fs.h104 horiz_offset(const fs_reg &reg, unsigned delta) in horiz_offset() function
157 reg = horiz_offset(reg, idx); in component()
284 return horiz_offset(reg, 8 * idx); in quarter()
H A Dbrw_fs_builder.h446 left = horiz_stride(horiz_offset(tmp, left_offset), left_stride); in emit_scan_step()
447 right = horiz_stride(horiz_offset(tmp, right_offset), right_stride); in emit_scan_step()
518 dst_reg right = horiz_offset(tmp, half_width); in emit_scan()
H A Dbrw_ir_vec4.h115 horiz_offset(src_reg reg, unsigned delta) in horiz_offset() function
196 horiz_offset(const dst_reg &reg, unsigned delta) in horiz_offset() function
H A Dbrw_lower_logical_sends.cpp265 sources[1] = horiz_offset(header, 8); in lower_fb_write_logical_send()
285 ubld.MOV(tmp, horiz_offset(src0_alpha, i * 8)); in lower_fb_write_logical_send()
306 .MOV(horiz_offset(retype(sources[length], BRW_REGISTER_TYPE_UW), in lower_fb_write_logical_send()
H A Dbrw_vec4.cpp2009 dst = horiz_offset(inst->dst, channel_offset); in lower_simd_width()
2024 linst->src[i] = horiz_offset(linst->src[i], channel_offset); in lower_simd_width()
H A Dbrw_fs.cpp1712 ubld.SHL(horiz_offset(shifted, 8),
1715 ubld.SHL(shifted, horiz_offset(shifted, 8), brw_imm_w(8));
5145 const fs_reg src = horiz_offset(inst->src[i], lbld.group() - inst->group);
5237 const fs_reg dst = horiz_offset(inst->dst, lbld_after.group() - inst->group);
5431 srcs[i] = horiz_offset(offset(inst->src[0], ibld, i % 2),
5449 .MOV(horiz_offset(offset(inst->dst, ibld, i),
H A Dbrw_fs_nir.cpp5536 const fs_reg src_right = horiz_stride(horiz_offset(value, 1), 2);
5538 const fs_reg tmp_right = horiz_stride(horiz_offset(tmp, 1), 2);
5628 bld.group(group_size, i).MOV(horiz_offset(dest, i * group_size),
6734 ubld.MOV(horiz_offset(tmp, 1), brw_imm_ud(di.i2));

Completed in 25 milliseconds