Searched refs:nir_op_fround_even (Results 1 – 25 of 26) sorted by relevance
12
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_double_ops.c | 525 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/ |
D | nir_opcodes.h | 234 nir_op_fround_even, enumerator
|
D | nir_builder_opcodes.h | 1041 return nir_build_alu(build, nir_op_fround_even, src0, NULL, NULL, NULL); in nir_fround_even()
|
D | nir_opt_algebraic.c | 35057 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/ |
D | vtn_glsl450.c | 251 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()
|
D | vtn_opencl.c | 271 case OpenCLstd_Rint: return nir_op_fround_even; in nir_alu_op_for_opencl_opcode()
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 1010 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/ |
D | brw_nir.c | 656 case nir_op_fround_even: in lower_bit_size_callback()
|
D | brw_vec4_nir.cpp | 1368 case nir_op_fround_even: in nir_emit_alu()
|
D | brw_fs_nir.cpp | 1617 case nir_op_fround_even: in nir_emit_alu()
|
/external/mesa3d/prebuilt-intermediates/midgard/ |
D | midgard_nir_algebraic.c | 58 nir_op_fround_even,
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 694 case nir_op_fround_even: in init_context()
|
D | aco_instruction_selection.cpp | 2069 case nir_op_fround_even: { in visit_alu_instr()
|
/external/mesa3d/src/broadcom/compiler/ |
D | nir_to_vir.c | 1014 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/ |
D | sfn_emitaluinstruction.cpp | 74 case nir_op_fround_even: return emit_alu_op1(instr, op1_rndne); in do_emit()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 574 [nir_op_fround_even] = { TGSI_OPCODE_ROUND, TGSI_OPCODE_DROUND }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1814 [TGSI_OPCODE_ROUND] = nir_op_fround_even,
|
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 531 if (pan_has_source_mod(&src, nir_op_fround_even)) in mir_copy_src()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 697 case nir_op_fround_even: in do_alu_action()
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 1250 BUILTIN_UNOP(nir_op_fround_even, GLSLstd450RoundEven) in emit_alu()
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler_nir.c | 500 case nir_op_fround_even: in emit_alu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 2542 case nir_op_fround_even: { in visit()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 779 case nir_op_fround_even: in visit_alu()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 3208 - aco: implement 64-bit nir_op_fround_even on GFX6
|
D | 20.1.0.rst | 3967 - aco: implement 16-bit nir_op_ftrunc/nir_op_fround_even
|
12