Home
last modified time | relevance | path

Searched refs:nir_op_ball_fequal3 (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_bitsize.c117 case nir_op_ball_fequal3: in lower_alu_instr()
240 case nir_op_ball_fequal3: in lower_alu_instr()
Dnir_lower_bool_to_int32.c91 case nir_op_ball_fequal3: alu->op = nir_op_b32all_fequal3; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c87 case nir_op_ball_fequal3: alu->op = nir_op_fall_equal3; break; in lower_alu_instr()
Dnir_lower_int_to_float.c93 case nir_op_ball_iequal3: alu->op = nir_op_ball_fequal3; break; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h110 nir_op_ball_fequal3, enumerator
Dnir_builder_opcodes.h421 return nir_build_alu(build, nir_op_ball_fequal3, src0, src1, NULL, NULL); in nir_ball_fequal3()
Dnir_opt_algebraic.c22994 nir_op_ball_fequal3,
295726 [nir_op_ball_fequal3] = {
Dnir_constant_expressions.c46699 case nir_op_ball_fequal3: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp165 case nir_op_ball_fequal3: return emit_any_all_fcomp(instr, op2_sete, 3, true); in do_emit()
241 case nir_op_ball_fequal3: in num_src_comp()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1425 case nir_op_ball_fequal3: in emit_alu()