Searched refs:nir_rounding_mode_undef (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_conversion_builder.h | 49 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 D | nir_lower_convert_alu_types.c | 90 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 D | nir_lower_alu.c | 141 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 D | nir_builder.c | 447 nir_type_conversion_op(src_type, dest_type, nir_rounding_mode_undef); in nir_type_convert()
|
H A D | nir_lower_mediump.c | 610 bool allow_standard = (src_rdm == rdm || src_rdm == nir_rounding_mode_undef); in fold_16bit_destination()
|
H A D | nir.h | 227 nir_rounding_mode_undef = 0, enumerator 1324 return nir_rounding_mode_undef; 1332 return nir_rounding_mode_undef;
|
H A D | nir_print.c | 1127 case nir_rounding_mode_undef: fprintf(fp, "undef"); break; in print_intrinsic_instr()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_conversions.c | 49 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 D | vtn_alu.c | 405 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 D | vtn_opencl.c | 684 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 D | vtn_glsl450.c | 488 nir_rounding_mode_undef); in handle_glsl450_alu()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_lower_packed_varyings.c | 363 nir_rounding_mode_undef), in i2u() 374 nir_rounding_mode_undef), in u2i()
|
H A D | glsl_to_nir.cpp | 2047 nir_rounding_mode_undef), in visit()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 689 nir_rounding_mode_undef, in pan_blend_create_shader()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir.c | 1083 nir_rounding_mode_undef); in cast_phi() 1086 nir_rounding_mode_undef); in cast_phi()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 506 .rounding_mode = nir_rounding_mode_undef, in lvp_shader_compile_to_ir()
|
Completed in 27 milliseconds