Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_float.c87 case nir_op_ball_fequal3: alu->op = nir_op_fall_equal3; break; in lower_alu_instr()
93 case nir_op_ball_iequal3: alu->op = nir_op_fall_equal3; break; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h167 nir_op_fall_equal3, enumerator
Dnir_builder_opcodes.h706 return nir_build_alu(build, nir_op_fall_equal3, src0, src1, NULL, NULL); in nir_fall_equal3()
Dnir_opt_algebraic.c22385 nir_op_fall_equal3,
277804 [nir_op_fall_equal3] = {
Dnir_constant_expressions.c46870 case nir_op_fall_equal3: in nir_eval_const_opcode()