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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c49 return nir_rounding_mode_undef;
93 nir_rounding_mode_undef);
118 nir_rounding_mode_undef);
120 nir_rounding_mode_undef);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_conversions.c49 return nir_rounding_mode_undef;
93 nir_rounding_mode_undef);
118 nir_rounding_mode_undef);
120 nir_rounding_mode_undef);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_conversion_builder.h49 case nir_rounding_mode_undef:
67 nir_rounding_mode_undef);
70 nir_rounding_mode_undef);
102 case nir_rounding_mode_undef:
159 case nir_rounding_mode_undef:
180 case nir_rounding_mode_undef:
405 if (rounding == nir_rounding_mode_undef)
411 return nir_rounding_mode_undef;
417 return nir_rounding_mode_undef;
423 return nir_rounding_mode_undef;
[all...]
H A Dnir_lower_convert_alu_types.c90 if (nir_intrinsic_rounding_mode(conv) == nir_rounding_mode_undef &&
200 .rounding_mode = nir_rounding_mode_undef,
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);
142 nir_op downscast_op = nir_type_conversion_op(base_type | 32, base_type | src0->bit_size, nir_rounding_mode_undef);
H A Dnir.h159 nir_rounding_mode_undef = 0, enumerator in enum:__anon3ec4419d0303
1323 return nir_rounding_mode_undef;
1331 return nir_rounding_mode_undef;
H A Dnir_print.c995 case nir_rounding_mode_undef: fprintf(fp, "undef"); break;
H A Dnir_builder.h1818 nir_type_conversion_op(src_type, dest_type, nir_rounding_mode_undef);
/xsrc/external/mit/MesaLib.old/src/compiler/nir/
H A Dnir_opcodes.c33 assert(rnd == nir_rounding_mode_undef);
36 assert(rnd == nir_rounding_mode_undef);
39 assert(rnd == nir_rounding_mode_undef);
42 assert(rnd == nir_rounding_mode_undef);
45 assert(rnd == nir_rounding_mode_undef);
53 assert(rnd == nir_rounding_mode_undef);
56 assert(rnd == nir_rounding_mode_undef);
59 assert(rnd == nir_rounding_mode_undef);
67 assert(rnd == nir_rounding_mode_undef);
70 assert(rnd == nir_rounding_mode_undef);
[all...]
/xsrc/external/mit/MesaLib/src/compiler/nir/
H A Dnir_opcodes.c33 assert(rnd == nir_rounding_mode_undef);
36 assert(rnd == nir_rounding_mode_undef);
39 assert(rnd == nir_rounding_mode_undef);
42 assert(rnd == nir_rounding_mode_undef);
45 assert(rnd == nir_rounding_mode_undef);
53 assert(rnd == nir_rounding_mode_undef);
56 assert(rnd == nir_rounding_mode_undef);
59 assert(rnd == nir_rounding_mode_undef);
67 assert(rnd == nir_rounding_mode_undef);
70 assert(rnd == nir_rounding_mode_undef);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_bit_size.c42 nir_type_conversion_op(type, lowered_type, nir_rounding_mode_undef);
H A Dnir.h116 nir_rounding_mode_undef = 0, enumerator in enum:__anon3bab288a0303
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_alu.c358 return nir_type_conversion_op(src_type, dst_type, nir_rounding_mode_undef);
706 .rounding_mode = nir_rounding_mode_undef,
715 if (opts.rounding_mode == nir_rounding_mode_undef && !opts.saturate) {
717 nir_rounding_mode_undef);
725 vtn_fail_if(opts.rounding_mode != nir_rounding_mode_undef &&
964 nir_rounding_mode_undef);
968 nir_rounding_mode_undef);
H A Dvtn_opencl.c683 if (rounding == nir_rounding_mode_undef) {
706 nir_rounding_mode_undef);
715 nir_rounding_mode_undef);
H A Dvtn_glsl450.c477 nir_rounding_mode_undef);
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c295 nir_rounding_mode_undef, clamp);
301 nir_rounding_mode_undef, clamp);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_alu.c333 return nir_type_conversion_op(src_type, dst_type, nir_rounding_mode_undef);
568 nir_rounding_mode rounding_mode = nir_rounding_mode_undef;
H A Dvtn_glsl450.c574 nir_rounding_mode_undef);
/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c604 nir_rounding_mode_undef,
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_nir.c1060 nir_rounding_mode_undef);
1063 nir_rounding_mode_undef);
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp1974 nir_rounding_mode_undef),
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_to_nir.cpp1952 nir_rounding_mode_undef),

Completed in 67 milliseconds