Home
last modified time | relevance | path

Searched refs:nir_op_fround_even (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c525 case nir_op_fround_even: in lower_doubles_instr_to_soft()
619 case nir_op_fround_even: return nir_lower_dround_even; in nir_lower_doubles_op_to_options_mask()
693 case nir_op_fround_even: in lower_doubles_instr()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_opcodes.h234 nir_op_fround_even, enumerator
Dnir_builder_opcodes.h1041 return nir_build_alu(build, nir_op_fround_even, src0, NULL, NULL, NULL); in nir_fround_even()
Dnir_opt_algebraic.c35057 nir_op_fround_even,
35107 nir_op_fround_even,
35176 nir_op_fround_even,
35231 nir_op_fround_even,
444612 nir_op_fround_even,
444630 nir_op_fround_even,
457347 [nir_op_fround_even] = {
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c251 case GLSLstd450Round: return nir_op_fround_even; in vtn_nir_alu_op_for_spirv_glsl_opcode()
252 case GLSLstd450RoundEven: return nir_op_fround_even; in vtn_nir_alu_op_for_spirv_glsl_opcode()
Dvtn_opencl.c271 case OpenCLstd_Rint: return nir_op_fround_even; in nir_alu_op_for_opencl_opcode()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1010 case nir_op_fround_even: in bi_class_for_nir_alu()
1288 case nir_op_fround_even: in emit_alu()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c656 case nir_op_fround_even: in lower_bit_size_callback()
Dbrw_vec4_nir.cpp1368 case nir_op_fround_even: in nir_emit_alu()
Dbrw_fs_nir.cpp1617 case nir_op_fround_even: in nir_emit_alu()
/external/mesa3d/prebuilt-intermediates/midgard/
Dmidgard_nir_algebraic.c58 nir_op_fround_even,
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection_setup.cpp694 case nir_op_fround_even: in init_context()
Daco_instruction_selection.cpp2069 case nir_op_fround_even: { in visit_alu_instr()
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1014 if (src0_alu && src0_alu->op == nir_op_fround_even) { in ntq_emit_alu()
1153 case nir_op_fround_even: in ntq_emit_alu()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_emitaluinstruction.cpp74 case nir_op_fround_even: return emit_alu_op1(instr, op1_rndne); in do_emit()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c574 [nir_op_fround_even] = { TGSI_OPCODE_ROUND, TGSI_OPCODE_DROUND }, in ntt_emit_alu()
Dtgsi_to_nir.c1814 [TGSI_OPCODE_ROUND] = nir_op_fround_even,
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c531 if (pan_has_source_mod(&src, nir_op_fround_even)) in mir_copy_src()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c697 case nir_op_fround_even: in do_alu_action()
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c1250 BUILTIN_UNOP(nir_op_fround_even, GLSLstd450RoundEven) in emit_alu()
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c500 case nir_op_fround_even: in emit_alu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2542 case nir_op_fround_even: { in visit()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c779 case nir_op_fround_even: in visit_alu()
/external/mesa3d/docs/relnotes/
D20.0.0.rst3208 - aco: implement 64-bit nir_op_fround_even on GFX6
D20.1.0.rst3967 - aco: implement 16-bit nir_op_ftrunc/nir_op_fround_even

12