Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c493 static struct ureg_dst alloc_temporary( struct ureg_program *ureg, in alloc_temporary() function
527 return alloc_temporary(ureg, FALSE); in ureg_DECL_temporary()
532 return alloc_temporary(ureg, TRUE); in ureg_DECL_local_temporary()
/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp3150 alloc_temporary(const fs_builder &bld, unsigned size, fs_reg *regs, unsigned n) in alloc_temporary() function
3175 return alloc_temporary(v->bld, 4, &v->dual_src_output, 1); in alloc_frag_output()
3178 return alloc_temporary(v->bld, 4, v->outputs, in alloc_frag_output()
3182 return alloc_temporary(v->bld, 1, &v->frag_depth, 1); in alloc_frag_output()
3185 return alloc_temporary(v->bld, 1, &v->frag_stencil, 1); in alloc_frag_output()
3188 return alloc_temporary(v->bld, 1, &v->sample_mask, 1); in alloc_frag_output()
3192 return alloc_temporary(v->bld, 4, in alloc_frag_output()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_ureg.c622 static struct ureg_dst alloc_temporary( struct ureg_program *ureg, in alloc_temporary() function
656 return alloc_temporary(ureg, FALSE); in ureg_DECL_temporary()
661 return alloc_temporary(ureg, TRUE); in ureg_DECL_local_temporary()