Searched refs:split_reduction3 (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_64bit.cpp | 61 split_reduction3(nir_alu_instr *alu, nir_op op1, nir_op op2, nir_op reduction); 645 LowerSplit64BitVar::split_reduction3(nir_alu_instr *alu, in split_reduction3() function in r600::LowerSplit64BitVar 730 return split_reduction3(alu, nir_op_bany_fnequal2, nir_op_fneu, nir_op_ior); in lower() 732 return split_reduction3(alu, nir_op_ball_fequal2, nir_op_feq, nir_op_iand); in lower() 734 return split_reduction3(alu, nir_op_bany_inequal2, nir_op_ine, nir_op_ior); in lower() 736 return split_reduction3(alu, nir_op_ball_iequal2, nir_op_ieq, nir_op_iand); in lower() 738 return split_reduction3(alu, nir_op_fdot2, nir_op_fmul, nir_op_fadd); in lower()
|