Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c56 struct ureg_dst *ssa_temp; member
381 return ureg_src(c->ssa_temp[src.ssa->index]); in ntt_get_src()
441 c->ssa_temp[ssa->index] = ureg_writemask(temp, writemask); in ntt_get_ssa_def_decl()
443 return &c->ssa_temp[ssa->index]; in ntt_get_ssa_def_decl()
488 c->ssa_temp[def->index] = ureg_dst(src); in ntt_store_def()
2090 if (c->ssa_temp[index].File != TGSI_FILE_TEMPORARY) in ntt_free_ssa_temp_by_index()
2093 ureg_release_temporary(c->ureg, c->ssa_temp[index]); in ntt_free_ssa_temp_by_index()
2094 memset(&c->ssa_temp[index], 0, sizeof(c->ssa_temp[index])); in ntt_free_ssa_temp_by_index()
2183 c->ssa_temp = rzalloc_array(c, struct ureg_dst, impl->ssa_alloc); in ntt_emit_impl()