Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_float.c89 case nir_op_bany_fnequal2: alu->op = nir_op_fany_nequal2; break; in lower_alu_instr()
95 case nir_op_bany_inequal2: alu->op = nir_op_fany_nequal2; break; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h171 nir_op_fany_nequal2, enumerator
Dnir_builder_opcodes.h726 return nir_build_alu(build, nir_op_fany_nequal2, src0, src1, NULL, NULL); in nir_fany_nequal2()
Dnir_opt_algebraic.c22453 nir_op_fany_nequal2,
280776 [nir_op_fany_nequal2] = {
Dnir_constant_expressions.c46882 case nir_op_fany_nequal2: in nir_eval_const_opcode()