Searched refs:can_do_writemask (Results 1 – 3 of 3) sorted by relevance
75 if (!inst->can_do_writemask(devinfo)) { in dead_code_eliminate()
291 bool can_do_writemask(const struct gen_device_info *devinfo);
258 vec4_instruction::can_do_writemask(const struct gen_device_info *devinfo) in can_do_writemask() function in brw::vec4_instruction1069 if (!can_do_writemask(devinfo) && dst_writemask != WRITEMASK_XYZW) in can_reswizzle()