Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir.c888 nir_alu_binop_identity(nir_op binop, unsigned bit_size) in nir_alu_binop_identity() function
Dnir.h3980 nir_const_value nir_alu_binop_identity(nir_op binop, unsigned bit_size);
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp4027 nir_const_value value = nir_alu_binop_identity(op, type_sz(type) * 8); in brw_nir_reduction_op_identity()