Searched refs:alloc_temporary (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 529 static struct ureg_dst alloc_temporary( struct ureg_program *ureg, in alloc_temporary() function 563 return alloc_temporary(ureg, FALSE); in ureg_DECL_temporary() 568 return alloc_temporary(ureg, TRUE); in ureg_DECL_local_temporary()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 633 static struct ureg_dst alloc_temporary( struct ureg_program *ureg, in alloc_temporary() function 667 return alloc_temporary(ureg, FALSE); in ureg_DECL_temporary() 672 return alloc_temporary(ureg, TRUE); in ureg_DECL_local_temporary()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 3278 alloc_temporary(const fs_builder &bld, unsigned size, fs_reg *regs, unsigned n) in alloc_temporary() function 3303 return alloc_temporary(v->bld, 4, &v->dual_src_output, 1); in alloc_frag_output() 3306 return alloc_temporary(v->bld, 4, v->outputs, in alloc_frag_output() 3310 return alloc_temporary(v->bld, 1, &v->frag_depth, 1); in alloc_frag_output() 3313 return alloc_temporary(v->bld, 1, &v->frag_stencil, 1); in alloc_frag_output() 3316 return alloc_temporary(v->bld, 1, &v->sample_mask, 1); in alloc_frag_output() 3320 return alloc_temporary(v->bld, 4, in alloc_frag_output()
|