Searched refs:shadow_c (Results 1 – 1 of 1) sorted by relevance
3967 const fs_reg &shadow_c, in lower_sampler_logical_send_gen4() argument3992 (has_lod || shadow_c.file != BAD_FILE || in lower_sampler_logical_send_gen4()4037 assert(shadow_c.file != BAD_FILE ? bld.dispatch_width() == 8 : in lower_sampler_logical_send_gen4()4047 if (shadow_c.file != BAD_FILE) { in lower_sampler_logical_send_gen4()4056 bld.MOV(msg_end, shadow_c); in lower_sampler_logical_send_gen4()4073 const fs_reg &shadow_c, in lower_sampler_logical_send_gen5() argument4100 if (shadow_c.file != BAD_FILE) { in lower_sampler_logical_send_gen5()4102 bld.MOV(msg_shadow, shadow_c); in lower_sampler_logical_send_gen5()4179 const fs_reg &shadow_c, in lower_sampler_logical_send_gen7() argument4257 if (shadow_c.file != BAD_FILE) { in lower_sampler_logical_send_gen7()[all …]