Home
last modified time | relevance | path

Searched refs:split_reduction3 (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp91 split_reduction3(nir_alu_instr *alu,
667 LowerSplit64BitVar::split_reduction3(nir_alu_instr *alu, in split_reduction3() function in r600::LowerSplit64BitVar
748 return split_reduction3(alu, nir_op_bany_fnequal2, nir_op_fneu, nir_op_ior); in lower()
750 return split_reduction3(alu, nir_op_ball_fequal2, nir_op_feq, nir_op_iand); in lower()
752 return split_reduction3(alu, nir_op_bany_inequal2, nir_op_ine, nir_op_ior); in lower()
754 return split_reduction3(alu, nir_op_ball_iequal2, nir_op_ieq, nir_op_iand); in lower()
756 return split_reduction3(alu, nir_op_fdot2, nir_op_fmul, nir_op_fadd); in lower()

Completed in 2 milliseconds