/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_aa_point.c | 76 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in aa_decl() 160 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY, in aa_prolog() 166 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X, in aa_prolog() 167 TGSI_FILE_TEMPORARY, tmp0, in aa_prolog() 168 TGSI_FILE_TEMPORARY, tmp0, false); in aa_prolog() 172 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X, in aa_prolog() 173 TGSI_FILE_TEMPORARY, tmp0); in aa_prolog() 179 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_W, in aa_prolog() 185 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_Y, in aa_prolog() 187 TGSI_FILE_TEMPORARY, tmp in aa_prolog() [all...] |
H A D | tgsi_point_sprite.c | 147 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in psprite_decl() 275 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY, in psprite_prolog() 306 TGSI_FILE_TEMPORARY, ts->point_pos_tmp); in psprite_emit_vertex_inst() 316 TGSI_FILE_TEMPORARY, ts->point_scale_tmp, TGSI_WRITEMASK_X, in psprite_emit_vertex_inst() 317 TGSI_FILE_TEMPORARY, ts->point_size_tmp, TGSI_SWIZZLE_X, in psprite_emit_vertex_inst() 318 TGSI_FILE_TEMPORARY, ts->point_pos_tmp, TGSI_SWIZZLE_W, false); in psprite_emit_vertex_inst() 324 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY, in psprite_emit_vertex_inst() 327 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY, in psprite_emit_vertex_inst() 341 TGSI_FILE_TEMPORARY, ts->point_coord_k, in psprite_emit_vertex_inst() 345 TGSI_FILE_TEMPORARY, t in psprite_emit_vertex_inst() [all...] |
H A D | tgsi_dynamic_indexing.c | 71 if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in dIndexing_decl() 124 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY, in remove_dynamic_indexes() 152 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY, in remove_dynamic_indexes() 205 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY, in remove_dynamic_indexes() 208 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY, in remove_dynamic_indexes() 212 tgsi_transform_src_reg(&inst.Src[1], TGSI_FILE_TEMPORARY, in remove_dynamic_indexes() 222 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY, in remove_dynamic_indexes() 259 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY, in remove_dynamic_indexes() 262 tgsi_transform_src_reg(&inst.Src[0], TGSI_FILE_TEMPORARY, in remove_dynamic_indexes()
|
H A D | tgsi_two_side.c | 89 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in xform_decl() 126 decl.Declaration.File = TGSI_FILE_TEMPORARY; in emit_prolog() 153 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY; in emit_prolog() 187 inst->Src[i].Register.File = TGSI_FILE_TEMPORARY; in xform_inst()
|
H A D | tgsi_lowering.c | 1177 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1; in emit_twoside() 1210 decl.Declaration.File = TGSI_FILE_TEMPORARY; in emit_twoside() 1221 new_inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY; in emit_twoside() 1259 tmpbase = info->file_max[TGSI_FILE_TEMPORARY] + 1; in emit_decls() 1282 decl.Declaration.File = TGSI_FILE_TEMPORARY; in emit_decls() 1286 ctx->tmp[i].src.Register.File = TGSI_FILE_TEMPORARY; in emit_decls() 1293 ctx->tmp[i].dst.Register.File = TGSI_FILE_TEMPORARY; in emit_decls() 1312 src->File = TGSI_FILE_TEMPORARY; in rename_color_inputs()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_aapoint.c | 152 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in aa_transform_decl() 216 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_XY, in aa_transform_prolog() 222 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X, in aa_transform_prolog() 223 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_X, in aa_transform_prolog() 224 TGSI_FILE_TEMPORARY, tmp0, TGSI_SWIZZLE_Y, false); in aa_transform_prolog() 229 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X, in aa_transform_prolog() 230 TGSI_FILE_TEMPORARY, tmp0); in aa_transform_prolog() 234 TGSI_FILE_TEMPORARY, tmp0, TGSI_WRITEMASK_X, in aa_transform_prolog() 235 TGSI_FILE_TEMPORARY, tmp0); in aa_transform_prolog() 240 TGSI_FILE_TEMPORARY, tmp in aa_transform_prolog() [all...] |
H A D | draw_pipe_aaline.c | 136 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in aa_transform_decl() 205 tgsi_transform_dst_reg(&inst.Dst[0], TGSI_FILE_TEMPORARY, in aa_transform_epilog() 220 TGSI_FILE_TEMPORARY, aactx->aaTemp, in aa_transform_epilog() 222 TGSI_FILE_TEMPORARY, aactx->aaTemp, in aa_transform_epilog() 224 TGSI_FILE_TEMPORARY, aactx->aaTemp, in aa_transform_epilog() 231 TGSI_FILE_TEMPORARY, aactx->colorTemp); in aa_transform_epilog() 237 TGSI_FILE_TEMPORARY, aactx->colorTemp, in aa_transform_epilog() 238 TGSI_FILE_TEMPORARY, aactx->aaTemp, false); in aa_transform_epilog() 261 dst->Register.File = TGSI_FILE_TEMPORARY; in aa_transform_inst()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_tgsi.c | 41 /* TGSI_FILE_TEMPORARY index it will be mapped to. */ 130 case TGSI_FILE_TEMPORARY: in virgl_tgsi_transform_declaration() 168 TGSI_FILE_TEMPORARY, temp->temp, TGSI_WRITEMASK_XYZW, in virgl_mov_input_temp_sint() 180 TGSI_FILE_TEMPORARY, temp->temp, TGSI_WRITEMASK_XYZW, in virgl_mov_input_temp_uint() 238 inst.Dst[0].Register.File = TGSI_FILE_TEMPORARY, in virgl_tgsi_transform_prolog() 261 src->Register.File = TGSI_FILE_TEMPORARY; in virgl_tgsi_rewrite_src_for_input_temp() 286 if (inst->Dst[i].Register.File == TGSI_FILE_TEMPORARY) { in virgl_tgsi_transform_instruction() 302 if (inst->Src[i].Register.File == TGSI_FILE_TEMPORARY) { in virgl_tgsi_transform_instruction() 327 TGSI_FILE_TEMPORARY, vtctx->src_temp, in virgl_tgsi_transform_instruction() 331 inst->Src[0].Register.File = TGSI_FILE_TEMPORARY; in virgl_tgsi_transform_instruction() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_pstipple.c | 215 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in pstip_transform_decl() 344 TGSI_FILE_TEMPORARY, texTemp, in pstip_transform_prolog() 351 TGSI_FILE_TEMPORARY, texTemp, in pstip_transform_prolog() 352 TGSI_FILE_TEMPORARY, texTemp, in pstip_transform_prolog() 357 TGSI_FILE_TEMPORARY, texTemp, in pstip_transform_prolog()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_vs_draw.c | 83 decl.Declaration.File = TGSI_FILE_TEMPORARY; in emit_temp() 205 } else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in transform_decl() 255 new_inst.Src[0].Register.File = TGSI_FILE_TEMPORARY; in transform_inst() 267 new_inst.Src[0].Register.File = TGSI_FILE_TEMPORARY; in transform_inst() 280 dst->Register.File = TGSI_FILE_TEMPORARY; in transform_inst()
|
H A D | r300_tgsi_to_rc.c | 141 case TGSI_FILE_TEMPORARY: return RC_FILE_TEMPORARY; in translate_register_file()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi_aos.c | 252 case TGSI_FILE_TEMPORARY: in lp_emit_store_aos() 385 case TGSI_FILE_TEMPORARY: in lp_emit_declaration_aos() 387 if (bld->indirect_files & (1 << TGSI_FILE_TEMPORARY)) { in lp_emit_declaration_aos() 898 bld.bld_base.emit_fetch_funcs[TGSI_FILE_TEMPORARY] = emit_fetch_temporary; in lp_build_tgsi_aos()
|
H A D | lp_bld_tgsi_info.c | 70 if (src->File == TGSI_FILE_TEMPORARY) { in analyse_src() 303 if (dst->File == TGSI_FILE_TEMPORARY) { in analyse_instruction()
|
H A D | lp_bld_tgsi_soa.c | 451 case TGSI_FILE_TEMPORARY: in get_file_ptr() 495 return get_file_ptr(bld, TGSI_FILE_TEMPORARY, index, chan); in lp_get_temp_ptr_soa() 698 case TGSI_FILE_TEMPORARY: in get_indirect_index() 2868 } else if (file == TGSI_FILE_TEMPORARY) { in emit_dump_file() 2903 case TGSI_FILE_TEMPORARY: in lp_emit_declaration_soa() 2904 if (!(bld->indirect_files & (1 << TGSI_FILE_TEMPORARY))) { in lp_emit_declaration_soa() 4277 if (bld->indirect_files & (1 << TGSI_FILE_TEMPORARY)) { in emit_prologue() 4278 unsigned array_size = bld_base->info->file_max[TGSI_FILE_TEMPORARY] * 4 + 4; in emit_prologue() 4377 emit_dump_file(bld, TGSI_FILE_TEMPORARY); in emit_epilogue() 4471 if (params->info->file_max[TGSI_FILE_TEMPORARY] > in lp_build_tgsi_soa() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 1079 * \param array is the TGSI_FILE_TEMPORARY register an array? 1091 case TGSI_FILE_TEMPORARY: in translate_register_file() 1137 if (file == TGSI_FILE_TEMPORARY) { in get_temp_array_id() 1154 if (file == TGSI_FILE_TEMPORARY) { in remap_temp_index() 1259 emit_dword(emit, remap_temp_index(emit, TGSI_FILE_TEMPORARY, tmp_reg_index)); in emit_indirect_register() 1282 if (file == TGSI_FILE_TEMPORARY) { in emit_dst_register() 1296 file = TGSI_FILE_TEMPORARY; in emit_dst_register() 1306 file = TGSI_FILE_TEMPORARY; in emit_dst_register() 1314 file = TGSI_FILE_TEMPORARY; in emit_dst_register() 1329 file = TGSI_FILE_TEMPORARY; in emit_dst_register() [all...] |
H A D | svga_tgsi.c | 205 emit.nr_hw_temp = emit.info.file_max[TGSI_FILE_TEMPORARY] + 1; in svga_tgsi_vgpu9_translate() 213 if (emit.info.indirect_files & (1 << TGSI_FILE_TEMPORARY)) { in svga_tgsi_vgpu9_translate()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nvfx_vertprog.c | 385 case TGSI_FILE_TEMPORARY: in tgsi_src() 432 case TGSI_FILE_TEMPORARY: in tgsi_dst() 481 if (fsrc->Register.File == TGSI_FILE_TEMPORARY) { in nvfx_vertprog_parse_instruction() 524 case TGSI_FILE_TEMPORARY: in nvfx_vertprog_parse_instruction() 895 case TGSI_FILE_TEMPORARY: in nvfx_vertprog_prepare()
|
H A D | nvfx_fragprog.c | 392 case TGSI_FILE_TEMPORARY: in tgsi_src() 423 case TGSI_FILE_TEMPORARY: in tgsi_dst() 464 if (fsrc->Register.File == TGSI_FILE_TEMPORARY) { in nvfx_fragprog_parse_instruction() 518 case TGSI_FILE_TEMPORARY: in nvfx_fragprog_parse_instruction() 994 case TGSI_FILE_TEMPORARY: in nvfx_fragprog_prepare()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_translate.c | 142 case TGSI_FILE_TEMPORARY: in src_vector() 299 case TGSI_FILE_TEMPORARY: in get_result_vector() 872 TGSI_FILE_TEMPORARY) { in i915_translate_token() 880 /* XXX just use shader->info->file_mask[TGSI_FILE_TEMPORARY] */ in i915_translate_token() 1052 p->shader->info.file_max[TGSI_FILE_TEMPORARY] + 1, in i915_fini_compile()
|
H A D | i915_fpc_optimize.c | 264 if (dst_reg->Register.File == TGSI_FILE_TEMPORARY) { in liveness_mark_written() 278 if (src_reg->Register.File == TGSI_FILE_TEMPORARY) { in liveness_mark_read()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 422 case TGSI_FILE_TEMPORARY: return nv50_ir::FILE_GPR; in translateFile() 1098 tempArrayId.resize(scan.file_max[TGSI_FILE_TEMPORARY] + 1); in scanSource() 1435 case TGSI_FILE_TEMPORARY: in scanDeclaration() 1485 if (src.getFile() == TGSI_FILE_TEMPORARY) { in scanInstructionSrc() 1580 if (dst.getFile() == TGSI_FILE_TEMPORARY) { in scanInstruction() 1748 DataArray tData; // TGSI_FILE_TEMPORARY 1749 DataArray lData; // TGSI_FILE_TEMPORARY, for indirect arrays 1986 case TGSI_FILE_TEMPORARY: 2086 case TGSI_FILE_TEMPORARY: { 2116 if (f == TGSI_FILE_TEMPORARY) { in acquireDst() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 224 if (file == TGSI_FILE_TEMPORARY) { in ttn_emit_declaration() 566 case TGSI_FILE_TEMPORARY: in ttn_src_for_file_and_index() 795 if (tgsi_dst->File == TGSI_FILE_TEMPORARY) { in ttn_get_dest() 826 if (tgsi_dst->Indirect && (tgsi_dst->File != TGSI_FILE_TEMPORARY)) { in ttn_get_dest() 841 if (tgsi_dst->File == TGSI_FILE_TEMPORARY) { in ttn_get_var() 2423 scan.file_max[TGSI_FILE_TEMPORARY] + 1); in ttn_compile_init()
|
H A D | nir_to_tgsi.c | 119 return ureg_dst_register(TGSI_FILE_TEMPORARY, c->num_temps++); in ntt_temp() 311 if (insn->src[i].File != TGSI_FILE_TEMPORARY) in ntt_live_reg_setup_def_use() 328 if (insn->is_tex && insn->tex_offset.File == TGSI_FILE_TEMPORARY) in ntt_live_reg_setup_def_use() 337 if (insn->dst[i].File != TGSI_FILE_TEMPORARY) in ntt_live_reg_setup_def_use() 470 ureg_release_temporary(c->ureg, ureg_dst_register(TGSI_FILE_TEMPORARY, ra_map[index])); in ntt_ra_check() 502 if (insn->src[i].File == TGSI_FILE_TEMPORARY) { in ntt_allocate_regs() 508 if (insn->is_tex && insn->tex_offset.File == TGSI_FILE_TEMPORARY) { in ntt_allocate_regs() 514 if (insn->dst[i].File == TGSI_FILE_TEMPORARY) { in ntt_allocate_regs()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_shader_tokens.h | 68 TGSI_FILE_TEMPORARY, enumerator
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_shader.c | 120 info.file_max[TGSI_FILE_TEMPORARY] + 1, in softpipe_shader_db()
|