Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_clip_util.c40 struct brw_reg get_tmp( struct brw_clip_compile *c ) in get_tmp() function
104 struct brw_reg tmp = get_tmp(c); in brw_clip_project_vertex()
156 v0_ndc_copy = get_tmp(c); in brw_clip_interp_vertex()
166 struct brw_reg tmp = get_tmp(c); in brw_clip_interp_vertex()
182 struct brw_reg tmp = get_tmp(c); in brw_clip_interp_vertex()
183 t_nopersp = get_tmp(c); in brw_clip_interp_vertex()
271 struct brw_reg tmp = get_tmp(c); in brw_clip_interp_vertex()
422 struct brw_reg tmp = retype(vec1(get_tmp(c)), BRW_REGISTER_TYPE_UD); in brw_clip_init_clipmask()
Dbrw_clip_tri.c517 struct brw_reg t = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); in brw_clip_test()
518 struct brw_reg t1 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); in brw_clip_test()
519 struct brw_reg t2 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); in brw_clip_test()
520 struct brw_reg t3 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); in brw_clip_test()
522 struct brw_reg v0 = get_tmp(c); in brw_clip_test()
523 struct brw_reg v1 = get_tmp(c); in brw_clip_test()
524 struct brw_reg v2 = get_tmp(c); in brw_clip_test()
Dbrw_clip.h156 struct brw_reg get_tmp( struct brw_clip_compile *c );
Dbrw_clip_unfilled.c54 struct brw_reg v0n = get_tmp(c); in compute_tri_direction()
55 struct brw_reg v1n = get_tmp(c); in compute_tri_direction()
56 struct brw_reg v2n = get_tmp(c); in compute_tri_direction()