Searched refs:nir_f2u32 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_idiv.c | 88 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()
|
D | nir_format_convert.h | 251 return nir_f2u32(b, nir_fround_even(b, nir_fmul(b, f, factor))); in nir_format_float_to_unorm()
|
D | nir_lower_int64.c | 774 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/ |
D | pan_lower_framebuffer.c | 380 …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/ |
D | st_cb_drawpixels.c | 229 nir_ssa_def *int_depth = nir_f2u32(&b,shifted_depth); in make_drawpix_zs_to_color_program_nir()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_builder_opcodes.h | 664 nir_f2u32(nir_builder *build, nir_ssa_def *src0) in nir_f2u32() function
|