Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1267 nir_ssa_def *repacked_double = nir_pack_double_2x32_dxil(b, unpacked_double); in dxil_nir_lower_double_math_instr() local
1268 nir_instr_rewrite_src_ssa(instr, &alu->src[i].src, repacked_double); in dxil_nir_lower_double_math_instr()
1279 nir_ssa_def *repacked_double = nir_pack_64_2x32(b, unpacked_double); in dxil_nir_lower_double_math_instr() local
1280 nir_ssa_def_rewrite_uses_after(packed_double, repacked_double, unpacked_double->parent_instr); in dxil_nir_lower_double_math_instr()