i965/vec4: fix get_nir_dest() to use DF type for 64-bit destinations
authorIago Toral Quiroga <itoral@igalia.com>
Fri, 12 Feb 2016 07:47:21 +0000 (08:47 +0100)
committerSamuel Iglesias Gonsálvez <siglesias@igalia.com>
Tue, 3 Jan 2017 10:26:50 +0000 (11:26 +0100)
commita8318b120e53518ae4d933acd876b8dbd3871e0c
treee352424515ab804d027eb6f6cebee07565413b8a
parentbb0e67d55dbd353e9c57b0709fa3e534f1aba05f
i965/vec4: fix get_nir_dest() to use DF type for 64-bit destinations

v2: Make dst_reg_for_nir_reg() handle this for nir_register since we
    want to have the correct type set before we call offset().

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_vec4_nir.cpp