Searched refs:get_tmp (Results 1 – 5 of 5) sorted by relevance
80 static struct brw_reg get_tmp( struct brw_vs_compile *c ) in get_tmp() function438 struct brw_reg tmp = brw_writemask(get_tmp(c), dst.dw1.bits.writemask); in unalias1()464 struct brw_reg tmp = brw_writemask(get_tmp(c), dst.dw1.bits.writemask); in unalias2()493 struct brw_reg tmp = brw_writemask(get_tmp(c), dst.dw1.bits.writemask); in unalias3()668 tmp = get_tmp(c); in emit_math1_gen4()698 tmp_src = get_tmp(c); in emit_math1_gen6()699 tmp_dst = get_tmp(c); in emit_math1_gen6()751 tmp = get_tmp(c); in emit_math2_gen4()779 tmp_src0 = get_tmp(c); in emit_math2_gen6()780 tmp_src1 = get_tmp(c); in emit_math2_gen6()[all …]
48 struct brw_reg get_tmp( struct brw_clip_compile *c ) in get_tmp() function111 struct brw_reg tmp = get_tmp(c); in brw_clip_project_vertex()141 struct brw_reg tmp = get_tmp(c); in brw_clip_interp_vertex()351 struct brw_reg tmp = retype(vec1(get_tmp(c)), BRW_REGISTER_TYPE_UD); in brw_clip_init_clipmask()
471 struct brw_reg t = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); in brw_clip_test()472 struct brw_reg t1 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); in brw_clip_test()473 struct brw_reg t2 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); in brw_clip_test()474 struct brw_reg t3 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); in brw_clip_test()476 struct brw_reg v0 = get_tmp(c); in brw_clip_test()477 struct brw_reg v1 = get_tmp(c); in brw_clip_test()478 struct brw_reg v2 = get_tmp(c); in brw_clip_test()
62 struct brw_reg v0n = get_tmp(c); in compute_tri_direction()63 struct brw_reg v1n = get_tmp(c); in compute_tri_direction()64 struct brw_reg v2n = get_tmp(c); in compute_tri_direction()
173 struct brw_reg get_tmp( struct brw_clip_compile *c );