Searched refs:nir_type_convert (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_idiv.c210 nir_ssa_def *p = nir_type_convert(b, numer, int_type, float_type);
211 nir_ssa_def *q = nir_type_convert(b, denom, int_type, float_type);
222 res = nir_type_convert(b, res, float_type, int_type);
H A Dnir_builder.h1807 nir_type_convert(nir_builder *b, function in typeref:typename:nir_ssa_def *
1829 return nir_type_convert(b, src, type, (nir_alu_type) (type | bit_size));
1859 return nir_type_convert(b, src, nir_type_int,
1866 return nir_type_convert(b, src, nir_type_uint,
1873 return nir_type_convert(b, src, nir_type_float,
1880 return nir_type_convert(b, src, nir_type_float,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst709 - nir: Add nir_type_convert

Completed in 11 milliseconds