Home
last modified time | relevance | path

Searched refs:tgsi_dst (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c1749 static void tgsi_dst(struct r600_shader_ctx *ctx, in tgsi_dst() function
1750 const struct tgsi_full_dst_register *tgsi_dst, in tgsi_dst() argument
1756 r600_dst->sel = tgsi_dst->Register.Index; in tgsi_dst()
1757 r600_dst->sel += ctx->file_offset[tgsi_dst->Register.File]; in tgsi_dst()
1760 if (tgsi_dst->Register.Indirect) in tgsi_dst()
1791 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in tgsi_op2_s()
1856 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in tgsi_ineg()
1887 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in cayman_emit_float_instr()
1915 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in cayman_mul_int_instr()
2024 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in cayman_trig()
[all …]
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c419 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst() function
539 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]); in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c413 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst() function
526 dst = tgsi_dst(fpc, &finst->Dst[0]); in nvfx_fragprog_parse_instruction()