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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_builder.h461 dst_reg right = horiz_offset(tmp, half_width);
474 const dst_reg right = horiz_stride(horiz_offset(tmp, 1), 2);
482 src_reg left = horiz_stride(horiz_offset(tmp, 1), 4);
484 dst_reg right = horiz_stride(horiz_offset(tmp, 2), 4);
487 right = horiz_stride(horiz_offset(tmp, 3), 4);
500 dst_reg right = horiz_offset(tmp, i + 2);
509 dst_reg right = horiz_offset(tmp, 4);
514 right = horiz_offset(tmp, 8 + 4);
522 dst_reg right = horiz_offset(tmp, 8);
H A Dbrw_ir_fs.h104 horiz_offset(const fs_reg &reg, unsigned delta) function in typeref:typename:fs_reg
157 reg = horiz_offset(reg, idx);
285 return horiz_offset(reg, 8 * idx);
H A Dbrw_ir_vec4.h115 horiz_offset(src_reg reg, unsigned delta) function in namespace:brw
196 horiz_offset(const dst_reg &reg, unsigned delta) function in namespace:brw
H A Dbrw_fs_visitor.cpp303 bld.half(q).MOV(horiz_offset(delta_xy[i], idx * 8),
304 horiz_offset(pixel_delta_xy, idx * 8)));
H A Dbrw_fs.cpp410 reg = horiz_offset(reg, this->exec_size);
4282 sources[1] = horiz_offset(header, 8);
4302 ubld.MOV(tmp, horiz_offset(src0_alpha, i * 8));
4329 .MOV(horiz_offset(retype(sources[length], BRW_REGISTER_TYPE_UW),
6344 const fs_reg src = horiz_offset(inst->src[i], lbld.group() - inst->group);
6436 const fs_reg dst = horiz_offset(inst->dst, lbld_after.group() - inst->group);
H A Dbrw_vec4.cpp2327 dst = horiz_offset(inst->dst, channel_offset);
2342 linst->src[i] = horiz_offset(linst->src[i], channel_offset);
H A Dbrw_fs_nir.cpp4847 const fs_reg src_right = horiz_stride(horiz_offset(value, 1), 2);
4849 const fs_reg tmp_right = horiz_stride(horiz_offset(tmp, 1), 2);
4939 bld.group(group_size, i).MOV(horiz_offset(dest, i * group_size),
5710 ubld.MOV(horiz_offset(tmp, 1), brw_imm_ud(di.i2));
/xsrc/external/mit/xf86-video-openchrome/dist/tools/
H A Dregisters.c636 uint16_t horiz_offset; member in struct:mode
660 m->horiz_offset = readb_idx_reg(0x3d5, 0x13);
691 m->horiz_offset |= ((val >> 5) & 0x7) << 8;
780 m->horiz_offset = readb_idx_reg(0x3d5, 0x66) << 3;
783 m->horiz_offset |= ((val >> 0) & 0x3) << 11;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_builder.h446 left = horiz_stride(horiz_offset(tmp, left_offset), left_stride);
447 right = horiz_stride(horiz_offset(tmp, right_offset), right_stride);
518 dst_reg right = horiz_offset(tmp, half_width);
H A Dbrw_ir_fs.h104 horiz_offset(const fs_reg &reg, unsigned delta) function in typeref:typename:fs_reg
157 reg = horiz_offset(reg, idx);
284 return horiz_offset(reg, 8 * idx);
H A Dbrw_ir_vec4.h115 horiz_offset(src_reg reg, unsigned delta) function in namespace:brw
196 horiz_offset(const dst_reg &reg, unsigned delta) function in namespace:brw
H A Dbrw_fs.cpp1810 ubld.SHL(horiz_offset(shifted, 8),
1813 ubld.SHL(shifted, horiz_offset(shifted, 8), brw_imm_w(8));
4698 sources[1] = horiz_offset(header, 8);
4718 ubld.MOV(tmp, horiz_offset(src0_alpha, i * 8));
4739 .MOV(horiz_offset(retype(sources[length], BRW_REGISTER_TYPE_UW),
7657 const fs_reg src = horiz_offset(inst->src[i], lbld.group() - inst->group);
7749 const fs_reg dst = horiz_offset(inst->dst, lbld_after.group() - inst->group);
7943 srcs[i] = horiz_offset(offset(inst->src[0], ibld, i % 2),
7961 .MOV(horiz_offset(offset(inst->dst, ibld, i),
H A Dbrw_vec4.cpp2358 dst = horiz_offset(inst->dst, channel_offset);
2373 linst->src[i] = horiz_offset(linst->src[i], channel_offset);
H A Dbrw_fs_nir.cpp5439 const fs_reg src_right = horiz_stride(horiz_offset(value, 1), 2);
5441 const fs_reg tmp_right = horiz_stride(horiz_offset(tmp, 1), 2);
5531 bld.group(group_size, i).MOV(horiz_offset(dest, i * group_size),
6502 ubld.MOV(horiz_offset(tmp, 1), brw_imm_ud(di.i2));

Completed in 52 milliseconds