Searched refs:tgsi_dst (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 707 struct tgsi_dst_register *tgsi_dst = &tgsi_fdst->Register; in ttn_get_dest() local 709 unsigned index = tgsi_dst->Index; in ttn_get_dest() 713 if (tgsi_dst->File == TGSI_FILE_TEMPORARY) { in ttn_get_dest() 729 assert(!tgsi_dst->Indirect); in ttn_get_dest() 733 } else if (tgsi_dst->File == TGSI_FILE_OUTPUT) { in ttn_get_dest() 736 } else if (tgsi_dst->File == TGSI_FILE_ADDRESS) { in ttn_get_dest() 741 dest.write_mask = tgsi_dst->WriteMask; in ttn_get_dest() 744 if (tgsi_dst->Indirect && (tgsi_dst->File != TGSI_FILE_TEMPORARY)) { in ttn_get_dest() 756 struct tgsi_dst_register *tgsi_dst = &tgsi_fdst->Register; in ttn_get_var() local 757 unsigned index = tgsi_dst->Index; in ttn_get_var() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 3991 static void tgsi_dst(struct r600_shader_ctx *ctx, in tgsi_dst() function 3992 const struct tgsi_full_dst_register *tgsi_dst, in tgsi_dst() argument 3998 r600_dst->sel = tgsi_dst->Register.Index; in tgsi_dst() 3999 r600_dst->sel += ctx->file_offset[tgsi_dst->Register.File]; in tgsi_dst() 4006 if (tgsi_dst->Register.File == TGSI_FILE_OUTPUT) { in tgsi_dst() 4010 if (tgsi_dst->Register.Indirect) in tgsi_dst() 4075 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in tgsi_op2_64_params() 4080 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in tgsi_op2_64_params() 4129 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in tgsi_op2_64_params() 4182 tgsi_dst(ctx, &inst->Dst[0], i, &alu.dst); in tgsi_op3_64() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 421 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst() function 541 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]); in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 419 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst() function 532 dst = tgsi_dst(fpc, &finst->Dst[0]); in nvfx_fragprog_parse_instruction()
|