Home
last modified time | relevance | path

Searched refs:tgsi_full_dst_register (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c850 const struct tgsi_full_dst_register *reg) in emit_dst_register()
1412 static struct tgsi_full_dst_register
1415 struct tgsi_full_dst_register reg; in make_dst_reg()
1428 static struct tgsi_full_dst_register
1438 static struct tgsi_full_dst_register
1527 static struct tgsi_full_dst_register
1528 writemask_dst(const struct tgsi_full_dst_register *reg, unsigned mask) in writemask_dst()
1530 struct tgsi_full_dst_register masked = *reg; in writemask_dst()
3090 const struct tgsi_full_dst_register *dst, in emit_instruction_op1()
3104 const struct tgsi_full_dst_register *dst, in emit_instruction_op2()
[all …]
Dsvga_tgsi_insn.c92 const struct tgsi_full_dst_register *reg = &insn->Dst[idx]; in translate_dst_register()
2091 const struct tgsi_full_dst_register *dst = &insn->Dst[0]; in emit_mov()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.h33 struct tgsi_full_dst_register;
117 tgsi_full_src_register_from_dst(const struct tgsi_full_dst_register *dst);
Dtgsi_parse.h44 struct tgsi_full_dst_register struct
95 struct tgsi_full_dst_register Dst[TGSI_FULL_MAX_DST_REGISTERS];
Dtgsi_lowering.c47 struct tgsi_full_dst_register dst;
67 reg_dst(struct tgsi_full_dst_register *dst, in reg_dst()
68 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask) in reg_dst()
112 aliases(const struct tgsi_full_dst_register *dst, unsigned dst_mask, in aliases()
131 const struct tgsi_full_dst_register *dst, in create_mov()
200 struct tgsi_full_dst_register *dst = &inst->Dst[0]; in transform_dst()
279 struct tgsi_full_dst_register *dst = &inst->Dst[0]; in transform_xpd()
342 struct tgsi_full_dst_register *dst = &inst->Dst[0]; in transform_scs()
405 struct tgsi_full_dst_register *dst = &inst->Dst[0]; in transform_lrp()
455 struct tgsi_full_dst_register *dst = &inst->Dst[0]; in transform_frc()
[all …]
Dtgsi_build.c1049 static struct tgsi_full_dst_register
1052 struct tgsi_full_dst_register full_dst_register; in tgsi_default_full_dst_register()
1205 const struct tgsi_full_dst_register *reg = &full_inst->Dst[i]; in tgsi_build_full_instruction()
1458 tgsi_full_src_register_from_dst(const struct tgsi_full_dst_register *dst) in tgsi_full_src_register_from_dst()
Dtgsi_scan.c389 const struct tgsi_full_dst_register *dst = &fullinst->Dst[i]; in scan_instruction()
798 const struct tgsi_full_dst_register *dst = &inst->Dst[i]; in tgsi_scan_arrays()
862 const struct tgsi_full_dst_register *dst = in tgsi_is_passthrough_shader()
Dtgsi_sanity.c98 struct tgsi_full_dst_register *dst) in scan_register_dst()
142 create_scan_register_dst(struct tgsi_full_dst_register *dst) in create_scan_register_dst()
Dtgsi_aa_point.c218 struct tgsi_full_dst_register *dst = &inst->Dst[i]; in aa_inst()
Dtgsi_dump.c166 const struct tgsi_full_dst_register *dst ) in _dump_register_dst()
608 const struct tgsi_full_dst_register *dst = &inst->Dst[i]; in iter_instruction()
Dtgsi_transform.h225 tgsi_transform_dst_reg(struct tgsi_full_dst_register *reg, in tgsi_transform_dst_reg()
Dtgsi_text.c809 struct tgsi_full_dst_register *dst ) in parse_dst_operand()
Dtgsi_exec.c1780 const struct tgsi_full_dst_register *reg, in store_dest_dstret()
1999 const struct tgsi_full_dst_register *reg, in store_dest_double()
2022 const struct tgsi_full_dst_register *reg, in store_dest()
3689 const struct tgsi_full_dst_register *reg, in store_double_channel()
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_yuv.c40 struct tgsi_full_dst_register dst;
63 reg_dst(struct tgsi_full_dst_register *dst, in reg_dst()
64 const struct tgsi_full_dst_register *orig_dst, unsigned wrmask) in reg_dst()
247 struct tgsi_full_dst_register *dst) in yuv_to_rgb()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c1458 ra_dst_is_indirect(const struct tgsi_full_dst_register *d) in ra_dst_is_indirect()
1465 ra_dst_index(const struct tgsi_full_dst_register *d) in ra_dst_index()
1472 ra_dst_dimension(const struct tgsi_full_dst_register *d) in ra_dst_dimension()
1670 const struct tgsi_full_dst_register *d = &tgsi_inst->Dst[dst_index]; in ra_dst_is_aliasing()
1705 const struct tgsi_full_dst_register *d = &tgsi_inst->Dst[dst_index]; in ra_get_dst()
2024 const struct tgsi_full_dst_register *d = &tgsi_inst->Dst[i]; in parse_instruction()
2088 const struct tgsi_full_dst_register *d = &tgsi_inst->Dst[i]; in parse_instruction()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_vs_draw.c276 struct tgsi_full_dst_register *dst = &inst->Dst[i]; in transform_inst()
Dr300_tgsi_to_rc.c166 struct tgsi_full_dst_register * src) in transform_dstreg()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c704 ttn_get_dest(struct ttn_compile *c, struct tgsi_full_dst_register *tgsi_fdst) in ttn_get_dest()
753 ttn_get_var(struct ttn_compile *c, struct tgsi_full_dst_register *tgsi_fdst) in ttn_get_var()
1702 struct tgsi_full_dst_register *tgsi_dst = &tgsi_inst->Dst[0]; in ttn_emit_instruction()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c341 struct tgsi_full_dst_register *dst = &inst->Dst[i]; in aa_transform_inst()
Ddraw_pipe_aaline.c308 struct tgsi_full_dst_register *dst = &inst->Dst[i]; in aa_transform_inst()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_aos.c228 const struct tgsi_full_dst_register *reg = &inst->Dst[index]; in lp_emit_store_aos()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c420 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst()
Dnvfx_fragprog.c418 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c983 const struct tgsi_full_dst_register *reg = &inst->Dst[0]; in si_llvm_emit_store()
Dsi_shader.c606 const struct tgsi_full_dst_register *dst, in get_dw_address()
615 struct tgsi_full_dst_register reg; in get_dw_address()
750 const struct tgsi_full_dst_register *dst, in get_tcs_tes_buffer_address_from_reg()
1117 const struct tgsi_full_dst_register *reg = &inst->Dst[0]; in store_output_tcs()

12