Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c628 static struct ureg_dst alloc_temporary( struct ureg_program *ureg, in alloc_temporary() function
662 return alloc_temporary(ureg, FALSE); in ureg_DECL_temporary()
667 return alloc_temporary(ureg, TRUE); in ureg_DECL_local_temporary()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp3375 alloc_temporary(const fs_builder &bld, unsigned size, fs_reg *regs, unsigned n) in alloc_temporary() function
3400 return alloc_temporary(v->bld, 4, &v->dual_src_output, 1); in alloc_frag_output()
3403 return alloc_temporary(v->bld, 4, v->outputs, in alloc_frag_output()
3407 return alloc_temporary(v->bld, 1, &v->frag_depth, 1); in alloc_frag_output()
3410 return alloc_temporary(v->bld, 1, &v->frag_stencil, 1); in alloc_frag_output()
3413 return alloc_temporary(v->bld, 1, &v->sample_mask, 1); in alloc_frag_output()
3417 return alloc_temporary(v->bld, 4, in alloc_frag_output()