Searched refs:get_tmp (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_clip_util.c | 40 struct brw_reg get_tmp( struct brw_clip_compile *c ) function in typeref:struct:brw_reg 104 struct brw_reg tmp = get_tmp(c); 156 v0_ndc_copy = get_tmp(c); 166 struct brw_reg tmp = get_tmp(c); 182 struct brw_reg tmp = get_tmp(c); 183 t_nopersp = get_tmp(c); 271 struct brw_reg tmp = get_tmp(c); 422 struct brw_reg tmp = retype(vec1(get_tmp(c)), BRW_REGISTER_TYPE_UD);
|
| H A D | brw_clip.h | 156 struct brw_reg get_tmp( struct brw_clip_compile *c );
|
| H A D | brw_clip_tri.c | 517 struct brw_reg t = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); 518 struct brw_reg t1 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); 519 struct brw_reg t2 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); 520 struct brw_reg t3 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); 522 struct brw_reg v0 = get_tmp(c); 523 struct brw_reg v1 = get_tmp(c); 524 struct brw_reg v2 = get_tmp(c);
|
| H A D | brw_clip_unfilled.c | 54 struct brw_reg v0n = get_tmp(c); 55 struct brw_reg v1n = get_tmp(c); 56 struct brw_reg v2n = get_tmp(c);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_clip_util.c | 40 struct brw_reg get_tmp( struct brw_clip_compile *c ) function in typeref:struct:brw_reg 104 struct brw_reg tmp = get_tmp(c); 156 v0_ndc_copy = get_tmp(c); 166 struct brw_reg tmp = get_tmp(c); 182 struct brw_reg tmp = get_tmp(c); 183 t_nopersp = get_tmp(c); 271 struct brw_reg tmp = get_tmp(c); 422 struct brw_reg tmp = retype(vec1(get_tmp(c)), BRW_REGISTER_TYPE_UD);
|
| H A D | brw_clip.h | 156 struct brw_reg get_tmp( struct brw_clip_compile *c );
|
| H A D | brw_clip_tri.c | 517 struct brw_reg t = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); 518 struct brw_reg t1 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); 519 struct brw_reg t2 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); 520 struct brw_reg t3 = retype(get_tmp(c), BRW_REGISTER_TYPE_UD); 522 struct brw_reg v0 = get_tmp(c); 523 struct brw_reg v1 = get_tmp(c); 524 struct brw_reg v2 = get_tmp(c);
|
| H A D | brw_clip_unfilled.c | 54 struct brw_reg v0n = get_tmp(c); 55 struct brw_reg v1n = get_tmp(c); 56 struct brw_reg v2n = get_tmp(c);
|
Completed in 11 milliseconds