Home
last modified time | relevance | path

Searched refs:brw_null_vec (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_builder.h191 return dst_reg(retype(brw_null_vec(dispatch_width()), in null_reg_f()
201 return dst_reg(retype(brw_null_vec(dispatch_width()), in null_reg_d()
211 return dst_reg(retype(brw_null_vec(dispatch_width()), in null_reg_ud()
Dbrw_reg.h758 brw_null_vec(unsigned width) in brw_null_vec() function