Searched refs:tgsi_dst (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 784 struct tgsi_dst_register *tgsi_dst = &tgsi_fdst->Register; in ttn_get_dest() local 786 unsigned index = tgsi_dst->Index; in ttn_get_dest() 790 if (tgsi_dst->File == TGSI_FILE_TEMPORARY) { in ttn_get_dest() 806 assert(!tgsi_dst->Indirect); in ttn_get_dest() 810 } else if (tgsi_dst->File == TGSI_FILE_OUTPUT) { in ttn_get_dest() 813 } else if (tgsi_dst->File == TGSI_FILE_ADDRESS) { in ttn_get_dest() 818 dest.write_mask = tgsi_dst->WriteMask; in ttn_get_dest() 821 if (tgsi_dst->Indirect && (tgsi_dst->File != TGSI_FILE_TEMPORARY)) { in ttn_get_dest() 833 struct tgsi_dst_register *tgsi_dst = &tgsi_fdst->Register; in ttn_get_var() local 834 unsigned index = tgsi_dst->Index; in ttn_get_var() [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 4408 static void tgsi_dst(struct r600_shader_ctx *ctx, in tgsi_dst() function 4409 const struct tgsi_full_dst_register *tgsi_dst, in tgsi_dst() argument 4415 if (tgsi_dst->Register.File == TGSI_FILE_TEMPORARY) { in tgsi_dst() 4419 idx = map_tgsi_reg_index_to_r600_gpr(ctx, tgsi_dst->Register.Index, &spilled); in tgsi_dst() 4428 get_spilled_array_base_and_size(ctx, tgsi_dst->Register.Index, in tgsi_dst() 4442 tgsi_dst->Register.Indirect)) { in tgsi_dst() 4471 if (tgsi_dst->Register.Indirect) { in tgsi_dst() 4497 r600_dst->sel = tgsi_dst->Register.Index; in tgsi_dst() 4498 r600_dst->sel += ctx->file_offset[tgsi_dst->Register.File]; in tgsi_dst() 4506 if (tgsi_dst->Register.File == TGSI_FILE_OUTPUT) { in tgsi_dst() [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()
|