Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_bool_to_bitsize.c118 case nir_op_ball_fequal4: in lower_alu_instr()
246 case nir_op_ball_fequal4: in lower_alu_instr()
Dnir_lower_bool_to_int32.c92 case nir_op_ball_fequal4: alu->op = nir_op_b32all_fequal4; break; in lower_alu_instr()
Dnir_lower_bool_to_float.c88 case nir_op_ball_fequal4: 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.h111 nir_op_ball_fequal4, enumerator
Dnir_builder_opcodes.h426 return nir_build_alu(build, nir_op_ball_fequal4, src0, src1, NULL, NULL); in nir_ball_fequal4()
Dnir_opt_algebraic.c23058 nir_op_ball_fequal4,
297212 [nir_op_ball_fequal4] = {
Dnir_constant_expressions.c46702 case nir_op_ball_fequal4: in nir_eval_const_opcode()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp166 case nir_op_ball_fequal4: return emit_any_all_fcomp(instr, op2_sete, 4, true); in do_emit()
249 case nir_op_ball_fequal4: in num_src_comp()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1426 case nir_op_ball_fequal4: { in emit_alu()