Searched refs:alloc_temporary (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_ureg.c | 493 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/ |
D | brw_fs_nir.cpp | 3150 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/ |
D | tgsi_ureg.c | 622 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()
|