Home
last modified time | relevance | path

Searched refs:can_do_writemask (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_dead_code_eliminate.cpp75 if (!inst->can_do_writemask(devinfo)) { in dead_code_eliminate()
Dbrw_ir_vec4.h291 bool can_do_writemask(const struct gen_device_info *devinfo);
Dbrw_vec4.cpp258 vec4_instruction::can_do_writemask(const struct gen_device_info *devinfo) in can_do_writemask() function in brw::vec4_instruction
1069 if (!can_do_writemask(devinfo) && dst_writemask != WRITEMASK_XYZW) in can_reswizzle()