Searched refs:release_tmp (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_util.c | 58 static void release_tmp( struct brw_clip_compile *c, struct brw_reg tmp ) in release_tmp() function 124 release_tmp(c, tmp); in brw_clip_project_vertex() 200 release_tmp(c, tmp); in brw_clip_interp_vertex() 360 release_tmp(c, tmp); in brw_clip_init_clipmask()
|
D | brw_vs_emit.c | 90 static void release_tmp( struct brw_vs_compile *c, struct brw_reg tmp ) in release_tmp() function 441 release_tmp(c, tmp); in unalias1() 467 release_tmp(c, tmp); in unalias2() 496 release_tmp(c, tmp); in unalias3() 680 release_tmp(c, tmp); in emit_math1_gen4() 715 release_tmp(c, tmp_src); in emit_math1_gen6() 716 release_tmp(c, tmp_dst); in emit_math1_gen6() 765 release_tmp(c, tmp); in emit_math2_gen4() 796 release_tmp(c, tmp_src0); in emit_math2_gen6() 797 release_tmp(c, tmp_src1); in emit_math2_gen6() [all …]
|