Searched refs:tmpcoord (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c666 struct prog_dst_register tmpcoord = { 0 }; local
691 tmpcoord = get_temp(c);
692 coord = src_reg_from_dst(tmpcoord);
694 /* tmpcoord = src0 (i.e.: coord = src0) */
696 tmpcoord,
730 tmpcoord,
747 tmpcoord = get_temp(c);
753 tmpcoord,
763 coord = src_reg_from_dst(tmpcoord);
884 release_temp(c, tmpcoord);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_fp.c666 struct prog_dst_register tmpcoord = { 0 }; local
691 tmpcoord = get_temp(c);
692 coord = src_reg_from_dst(tmpcoord);
694 /* tmpcoord = src0 (i.e.: coord = src0) */
696 tmpcoord,
730 tmpcoord,
747 tmpcoord = get_temp(c);
753 tmpcoord,
763 coord = src_reg_from_dst(tmpcoord);
884 release_temp(c, tmpcoord);
[all...]

Completed in 77 milliseconds