Searched refs:msg_coords (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_lower_logical_sends.cpp | 585 fs_reg msg_coords = message; in lower_sampler_logical_send_gfx5() local 597 bld.MOV(retype(offset(msg_coords, bld, i), coordinate.type), in lower_sampler_logical_send_gfx5() 600 fs_reg msg_end = offset(msg_coords, bld, coord_components); in lower_sampler_logical_send_gfx5() 601 fs_reg msg_lod = offset(msg_coords, bld, 4); in lower_sampler_logical_send_gfx5() 641 msg_lod = offset(msg_coords, bld, 3); in lower_sampler_logical_send_gfx5() 646 msg_lod = offset(msg_coords, bld, 3); in lower_sampler_logical_send_gfx5()
|