Home
last modified time | relevance | path

Searched refs:nir_op_feq32 (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_rematerialize_compares.c39 case nir_op_feq32: in is_two_src_comparison()
Dnir_lower_bool_to_int32.c81 case nir_op_feq: alu->op = nir_op_feq32; break; in lower_alu_instr()
Dnir_lower_bool_to_bitsize.c196 bit_size == 16 ? nir_op_feq16 : nir_op_feq32; in lower_alu_instr()
Dnir_lower_alu_to_scalar.c258 LOWER_REDUCTION(nir_op_b32all_fequal, nir_op_feq32, nir_op_iand); in lower_alu_instr_scalar()
Dnir_opt_if.c277 case nir_op_feq32: in alu_instr_is_comparison()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h200 nir_op_feq32, enumerator
Dnir_builder_opcodes.h871 return nir_build_alu(build, nir_op_feq32, src0, src1, NULL, NULL); in nir_feq32()
Dnir_constant_expressions.c46969 case nir_op_feq32: in nir_eval_const_opcode()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c1304 case nir_op_feq32: in brw_cmod_for_nir_comparison()
Dbrw_vec4_nir.cpp1438 case nir_op_feq32: in nir_emit_alu()
Dbrw_fs_nir.cpp1395 case nir_op_feq32: in nir_emit_alu()
3442 alu->op == nir_op_fneu32 || alu->op == nir_op_feq32 || in nir_emit_fs_intrinsic()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp468 case nir_op_feq32: in getOperation()
700 case nir_op_feq32: in getCondCode()
2572 case nir_op_feq32: in visit()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c956 case nir_op_feq32: in ntq_emit_comparison()
1215 case nir_op_feq32: in ntq_emit_alu()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c850 case nir_op_feq32: in ntq_emit_comparison()
1101 case nir_op_feq32: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp137 case nir_op_feq32: in do_emit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c604 [nir_op_feq32] = { TGSI_OPCODE_FSEQ, TGSI_OPCODE_DSEQ }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c627 case nir_op_feq32: in do_alu_action()