Searched defs:can_do_writemask (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4.cpp258 vec4_instruction::can_do_writemask(const struct gen_device_info *devinfo) function in class:brw::vec4_instruction
1069 if (!can_do_writemask(devinfo) && dst_writemask != WRITEMASK_XYZW)

Completed in 185 milliseconds