Searched refs:nir_op_feq32 (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_rematerialize_compares.c | 39 case nir_op_feq32: in is_two_src_comparison()
|
D | nir_lower_bool_to_int32.c | 81 case nir_op_feq: alu->op = nir_op_feq32; break; in lower_alu_instr()
|
D | nir_lower_bool_to_bitsize.c | 196 bit_size == 16 ? nir_op_feq16 : nir_op_feq32; in lower_alu_instr()
|
D | nir_lower_alu_to_scalar.c | 258 LOWER_REDUCTION(nir_op_b32all_fequal, nir_op_feq32, nir_op_iand); in lower_alu_instr_scalar()
|
D | nir_opt_if.c | 277 case nir_op_feq32: in alu_instr_is_comparison()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opcodes.h | 200 nir_op_feq32, enumerator
|
D | nir_builder_opcodes.h | 871 return nir_build_alu(build, nir_op_feq32, src0, src1, NULL, NULL); in nir_feq32()
|
D | nir_constant_expressions.c | 46969 case nir_op_feq32: in nir_eval_const_opcode()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir.c | 1304 case nir_op_feq32: in brw_cmod_for_nir_comparison()
|
D | brw_vec4_nir.cpp | 1438 case nir_op_feq32: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1395 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/ |
D | nv50_ir_from_nir.cpp | 468 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/ |
D | vc4_program.c | 956 case nir_op_feq32: in ntq_emit_comparison() 1215 case nir_op_feq32: in ntq_emit_alu()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 850 case nir_op_feq32: in ntq_emit_comparison() 1101 case nir_op_feq32: in ntq_emit_alu()
|
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_emitaluinstruction.cpp | 137 case nir_op_feq32: in do_emit()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 604 [nir_op_feq32] = { TGSI_OPCODE_FSEQ, TGSI_OPCODE_DSEQ }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 627 case nir_op_feq32: in do_alu_action()
|