Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_float.c88 case nir_op_ball_fequal4: alu->op = nir_op_fall_equal4; break; in lower_alu_instr()
94 case nir_op_ball_iequal4: alu->op = nir_op_fall_equal4; break; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h168 nir_op_fall_equal4, enumerator
Dnir_builder_opcodes.h711 return nir_build_alu(build, nir_op_fall_equal4, src0, src1, NULL, NULL); in nir_fall_equal4()
Dnir_opt_algebraic.c22419 nir_op_fall_equal4,
279290 [nir_op_fall_equal4] = {
Dnir_constant_expressions.c46873 case nir_op_fall_equal4: in nir_eval_const_opcode()