Home
last modified time | relevance | path

Searched refs:nir_rounding_mode_undef (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_conversion_builder.h49 case nir_rounding_mode_undef: in nir_round_float_to_int()
67 nir_rounding_mode_undef); in nir_round_float_to_float()
70 nir_rounding_mode_undef); in nir_round_float_to_float()
102 case nir_rounding_mode_undef: in nir_round_float_to_float()
159 case nir_rounding_mode_undef: in nir_round_int_to_float()
180 case nir_rounding_mode_undef: in nir_round_int_to_float()
405 if (rounding == nir_rounding_mode_undef) in nir_simplify_conversion_rounding()
411 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding()
417 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding()
423 return nir_rounding_mode_undef; in nir_simplify_conversion_rounding()
[all...]
H A Dnir_lower_convert_alu_types.c90 if (nir_intrinsic_rounding_mode(conv) == nir_rounding_mode_undef && in opt_simplify_convert_alu_types_impl()
200 .rounding_mode = nir_rounding_mode_undef, in lower_alu_conversion()
H A Dnir_lower_alu.c141 nir_op upcast_op = nir_type_conversion_op(base_type | src0->bit_size, base_type | 32, nir_rounding_mode_undef); in lower_alu_instr()
142 nir_op downscast_op = nir_type_conversion_op(base_type | 32, base_type | src0->bit_size, nir_rounding_mode_undef); in lower_alu_instr()
H A Dnir_builder.c447 nir_type_conversion_op(src_type, dest_type, nir_rounding_mode_undef); in nir_type_convert()
H A Dnir_lower_mediump.c610 bool allow_standard = (src_rdm == rdm || src_rdm == nir_rounding_mode_undef); in fold_16bit_destination()
H A Dnir.h227 nir_rounding_mode_undef = 0, enumerator
1324 return nir_rounding_mode_undef;
1332 return nir_rounding_mode_undef;
H A Dnir_print.c1127 case nir_rounding_mode_undef: fprintf(fp, "undef"); break; in print_intrinsic_instr()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c49 return nir_rounding_mode_undef; in get_opcode_rounding_mode()
93 nir_rounding_mode_undef); in lower_alu_instr()
118 nir_rounding_mode_undef); in lower_alu_instr()
120 nir_rounding_mode_undef); in lower_alu_instr()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c405 return nir_type_conversion_op(src_type, dst_type, nir_rounding_mode_undef); in vtn_nir_alu_op_for_spirv_opcode()
849 .rounding_mode = nir_rounding_mode_undef, in vtn_handle_alu()
858 if (opts.rounding_mode == nir_rounding_mode_undef && !opts.saturate) { in vtn_handle_alu()
860 nir_rounding_mode_undef); in vtn_handle_alu()
868 vtn_fail_if(opts.rounding_mode != nir_rounding_mode_undef && in vtn_handle_alu()
1109 nir_rounding_mode_undef); in vtn_handle_integer_dot()
1113 nir_rounding_mode_undef); in vtn_handle_integer_dot()
H A Dvtn_opencl.c684 if (rounding == nir_rounding_mode_undef) { in _handle_v_load_store()
707 nir_rounding_mode_undef); in vtn_handle_opencl_vload()
716 nir_rounding_mode_undef); in vtn_handle_opencl_vstore()
H A Dvtn_glsl450.c488 nir_rounding_mode_undef); in handle_glsl450_alu()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c363 nir_rounding_mode_undef), in i2u()
374 nir_rounding_mode_undef), in u2i()
H A Dglsl_to_nir.cpp2047 nir_rounding_mode_undef), in visit()
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c689 nir_rounding_mode_undef, in pan_blend_create_shader()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1083 nir_rounding_mode_undef); in cast_phi()
1086 nir_rounding_mode_undef); in cast_phi()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c506 .rounding_mode = nir_rounding_mode_undef, in lvp_shader_compile_to_ir()

Completed in 27 milliseconds