Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_bitsize.c123 case nir_op_ball_iequal3: in lower_alu_instr()
276 case nir_op_ball_iequal3: in lower_alu_instr()
Dnir_lower_bool_to_int32.c97 case nir_op_ball_iequal3: alu->op = nir_op_b32all_iequal3; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c93 case nir_op_ball_iequal3: 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.h115 nir_op_ball_iequal3, enumerator
Dnir_builder_opcodes.h446 return nir_build_alu(build, nir_op_ball_iequal3, src0, src1, NULL, NULL); in nir_ball_iequal3()
Dnir_opt_algebraic.c22631 nir_op_ball_iequal3,
49490 nir_op_ball_iequal3,
49510 nir_op_ball_iequal3,
286735 [nir_op_ball_iequal3] = {
Dnir_constant_expressions.c46714 case nir_op_ball_iequal3: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp157 case nir_op_ball_iequal3: return emit_any_all_icomp(instr, op2_sete_int, 3, true); in do_emit()
239 case nir_op_ball_iequal3: in num_src_comp()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1457 case nir_op_ball_iequal3: in emit_alu()