Searched refs:tgsi_dst (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 690 struct tgsi_dst_register *tgsi_dst = &tgsi_fdst->Register; local in function:ttn_get_dest 692 unsigned index = tgsi_dst->Index; 696 if (tgsi_dst->File == TGSI_FILE_TEMPORARY) { 712 assert(!tgsi_dst->Indirect); 716 } else if (tgsi_dst->File == TGSI_FILE_OUTPUT) { 719 } else if (tgsi_dst->File == TGSI_FILE_ADDRESS) { 724 dest.write_mask = tgsi_dst->WriteMask; 727 if (tgsi_dst->Indirect && (tgsi_dst->File != TGSI_FILE_TEMPORARY)) { 739 struct tgsi_dst_register *tgsi_dst local in function:ttn_get_var 1691 struct tgsi_full_dst_register *tgsi_dst = &tgsi_inst->Dst[0]; local in function:ttn_emit_instruction [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 788 struct tgsi_dst_register *tgsi_dst = &tgsi_fdst->Register; local in function:ttn_get_dest 790 unsigned index = tgsi_dst->Index; 794 if (tgsi_dst->File == TGSI_FILE_TEMPORARY) { 810 assert(!tgsi_dst->Indirect); 814 } else if (tgsi_dst->File == TGSI_FILE_OUTPUT) { 817 } else if (tgsi_dst->File == TGSI_FILE_ADDRESS) { 822 dest.write_mask = tgsi_dst->WriteMask; 825 if (tgsi_dst->Indirect && (tgsi_dst->File != TGSI_FILE_TEMPORARY)) { 837 struct tgsi_dst_register *tgsi_dst local in function:ttn_get_var 1973 struct tgsi_full_dst_register *tgsi_dst = &tgsi_inst->Dst[0]; local in function:ttn_emit_instruction [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 4413 static void tgsi_dst(struct r600_shader_ctx *ctx, argument 4414 const struct tgsi_full_dst_register *tgsi_dst, 4420 if (tgsi_dst->Register.File == TGSI_FILE_TEMPORARY) { 4424 idx = map_tgsi_reg_index_to_r600_gpr(ctx, tgsi_dst->Register.Index, &spilled); 4433 get_spilled_array_base_and_size(ctx, tgsi_dst->Register.Index, 4447 tgsi_dst->Register.Indirect)) { 4476 if (tgsi_dst->Register.Indirect) { 4502 r600_dst->sel = tgsi_dst->Register.Index; 4503 r600_dst->sel += ctx->file_offset[tgsi_dst->Register.File]; 4511 if (tgsi_dst [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.c | 4324 static void tgsi_dst(struct r600_shader_ctx *ctx, argument 4325 const struct tgsi_full_dst_register *tgsi_dst, 4331 if (tgsi_dst->Register.File == TGSI_FILE_TEMPORARY) { 4335 idx = map_tgsi_reg_index_to_r600_gpr(ctx, tgsi_dst->Register.Index, &spilled); 4344 get_spilled_array_base_and_size(ctx, tgsi_dst->Register.Index, 4358 tgsi_dst->Register.Indirect)) { 4387 if (tgsi_dst->Register.Indirect) { 4413 r600_dst->sel = tgsi_dst->Register.Index; 4414 r600_dst->sel += ctx->file_offset[tgsi_dst->Register.File]; 4422 if (tgsi_dst [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 421 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { function in typeref:struct:nvfx_reg 541 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]);
|
| H A D | nvfx_fragprog.c | 419 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { function in typeref:struct:nvfx_reg 532 dst = tgsi_dst(fpc, &finst->Dst[0]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nvfx_vertprog.c | 422 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { function in typeref:struct:nvfx_reg 542 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]);
|
| H A D | nvfx_fragprog.c | 419 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { function in typeref:struct:nvfx_reg 532 dst = tgsi_dst(fpc, &finst->Dst[0]);
|
Completed in 25 milliseconds