Home
last modified time | relevance | path

Searched refs:get_tmp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_emit.c80 static struct brw_reg get_tmp( struct brw_vs_compile *c ) in get_tmp() function
438 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 …]
Dbrw_clip_util.c48 struct brw_reg get_tmp( struct brw_clip_compile *c ) in get_tmp() function
111 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()
Dbrw_clip_tri.c471 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()
Dbrw_clip_unfilled.c62 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()
Dbrw_clip.h173 struct brw_reg get_tmp( struct brw_clip_compile *c );