Home
last modified time | relevance | path

Searched refs:nir_f2u32 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c88 q = nir_f2u32(bld, q); in convert_instr()
96 r = nir_f2u32(bld, r); in convert_instr()
142 rcp = nir_f2u32(bld, nir_fmul_imm(bld, rcp, 4294966784.0)); in emit_udiv()
Dnir_format_convert.h251 return nir_f2u32(b, nir_fround_even(b, nir_fmul(b, f, factor))); in nir_format_float_to_unorm()
Dnir_lower_int64.c774 nir_ssa_def *res_hi = nir_f2u32(b, nir_fdiv(b, x, div)); in lower_f2()
775 nir_ssa_def *res_lo = nir_f2u32(b, nir_frem(b, x, div)); in lower_f2()
/external/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c380 …nir_ssa_def *s = nir_f2u32(b, nir_fround_even(b, nir_f2f32(b, nir_fmul(b, nir_fsat(b, v), scale)))… in pan_pack_unorm_1010102()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c229 nir_ssa_def *int_depth = nir_f2u32(&b,shifted_depth); in make_drawpix_zs_to_color_program_nir()
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_builder_opcodes.h664 nir_f2u32(nir_builder *build, nir_ssa_def *src0) in nir_f2u32() function