Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_bitsize.c122 case nir_op_ball_iequal2: in lower_alu_instr()
270 case nir_op_ball_iequal2: in lower_alu_instr()
Dnir_lower_bool_to_int32.c96 case nir_op_ball_iequal2: alu->op = nir_op_b32all_iequal2; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c92 case nir_op_ball_iequal2: alu->op = nir_op_fall_equal2; break; in lower_alu_instr()
Dnir_lower_int_to_float.c92 case nir_op_ball_iequal2: alu->op = nir_op_ball_fequal2; break; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h114 nir_op_ball_iequal2, enumerator
Dnir_builder_opcodes.h441 return nir_build_alu(build, nir_op_ball_iequal2, src0, src1, NULL, NULL); in nir_ball_iequal2()
Dnir_opt_algebraic.c22573 nir_op_ball_iequal2,
49400 nir_op_ball_iequal2,
49420 nir_op_ball_iequal2,
285234 [nir_op_ball_iequal2] = {
Dnir_constant_expressions.c46711 case nir_op_ball_iequal2: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp156 case nir_op_ball_iequal2: return emit_any_all_icomp(instr, op2_sete_int, 2, true); in do_emit()
232 case nir_op_ball_iequal2: in num_src_comp()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1456 case nir_op_ball_iequal2: in emit_alu()