Searched refs:shadow_c (Results 1 – 1 of 1) sorted by relevance
3748 const fs_reg &shadow_c, in lower_sampler_logical_send_gen4() argument3773 (has_lod || shadow_c.file != BAD_FILE || in lower_sampler_logical_send_gen4()3818 assert(shadow_c.file != BAD_FILE ? bld.dispatch_width() == 8 : in lower_sampler_logical_send_gen4()3828 if (shadow_c.file != BAD_FILE) { in lower_sampler_logical_send_gen4()3837 bld.MOV(msg_end, shadow_c); in lower_sampler_logical_send_gen4()3854 const fs_reg &shadow_c, in lower_sampler_logical_send_gen5() argument3881 if (shadow_c.file != BAD_FILE) { in lower_sampler_logical_send_gen5()3883 bld.MOV(msg_shadow, shadow_c); in lower_sampler_logical_send_gen5()3960 const fs_reg &shadow_c, in lower_sampler_logical_send_gen7() argument4006 if (shadow_c.file != BAD_FILE) { in lower_sampler_logical_send_gen7()[all …]