Home
last modified time | relevance | path

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

/external/mesa3d/src/nouveau/compiler/
Dnak_nir_lower_scan_reduce.c79 nir_const_value ident_const = nir_alu_binop_identity(op, bit_size); in build_identity()
/external/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c638 nir_const_value ident_val = nir_alu_binop_identity(op, bit_size); in lower_scan_reduce()
/external/mesa3d/src/compiler/nir/
Dnir_lower_subgroups.c701 nir_const_value ident_const = nir_alu_binop_identity(op, bit_size); in build_identity()
Dnir.c962 nir_alu_binop_identity(nir_op binop, unsigned bit_size) in nir_alu_binop_identity() function
Dnir.h4726 nir_const_value nir_alu_binop_identity(nir_op binop, unsigned bit_size);
/external/mesa3d/src/intel/compiler/elk/
Delk_fs_nir.cpp4201 nir_const_value value = nir_alu_binop_identity(op, type_sz(type) * 8); in elk_nir_reduction_op_identity()