Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_bitsize.c124 case nir_op_ball_iequal4: in lower_alu_instr()
282 case nir_op_ball_iequal4: in lower_alu_instr()
Dnir_lower_bool_to_int32.c98 case nir_op_ball_iequal4: alu->op = nir_op_b32all_iequal4; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c94 case nir_op_ball_iequal4: alu->op = nir_op_fall_equal4; break; in lower_alu_instr()
Dnir_lower_int_to_float.c94 case nir_op_ball_iequal4: alu->op = nir_op_ball_fequal4; break; in lower_alu_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h116 nir_op_ball_iequal4, enumerator
Dnir_builder_opcodes.h451 return nir_build_alu(build, nir_op_ball_iequal4, src0, src1, NULL, NULL); in nir_ball_iequal4()
Dnir_opt_algebraic.c22702 nir_op_ball_iequal4,
49570 nir_op_ball_iequal4,
49590 nir_op_ball_iequal4,
288236 [nir_op_ball_iequal4] = {
Dnir_constant_expressions.c46717 case nir_op_ball_iequal4: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp158 case nir_op_ball_iequal4: return emit_any_all_icomp(instr, op2_sete_int, 4, true); in do_emit()
247 case nir_op_ball_iequal4: in num_src_comp()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1458 case nir_op_ball_iequal4: { in emit_alu()