Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_float.c90 case nir_op_bany_fnequal3: alu->op = nir_op_fany_nequal3; break; in lower_alu_instr()
96 case nir_op_bany_inequal3: alu->op = nir_op_fany_nequal3; break; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h172 nir_op_fany_nequal3, enumerator
Dnir_builder_opcodes.h731 return nir_build_alu(build, nir_op_fany_nequal3, src0, src1, NULL, NULL); in nir_fany_nequal3()
Dnir_opt_algebraic.c22397 nir_op_fany_nequal3,
22497 nir_op_fany_nequal3,
282262 [nir_op_fany_nequal3] = {
Dnir_constant_expressions.c46885 case nir_op_fany_nequal3: in nir_eval_const_opcode()