Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/util/
Dpan_lower_sample_position.c59 decoded = nir_f2fN(b, decoded, nir_dest_bit_size(intr->dest)); in pan_lower_sample_pos_impl()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c388 offset = nir_f2fN(b, offset, bit_size); in convert_yuv_to_rgb()
390 nir_ssa_def *m0 = nir_f2fN(b, nir_build_imm(b, 4, 32, m->v[0]), bit_size); in convert_yuv_to_rgb()
391 nir_ssa_def *m1 = nir_f2fN(b, nir_build_imm(b, 4, 32, m->v[1]), bit_size); in convert_yuv_to_rgb()
392 nir_ssa_def *m2 = nir_f2fN(b, nir_build_imm(b, 4, 32, m->v[2]), bit_size); in convert_yuv_to_rgb()
Dnir_builder.h1686 nir_f2fN(nir_builder *b, nir_ssa_def *src, unsigned bit_size) in nir_f2fN() function
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_image_casts.c90 src_as_vec = nir_f2fN(b, value, from_desc->channel[0].size); in convert_value()
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c673 ncomps[i] = nir_f2fN(&b->nb, ncomps[i], in _handle_v_load_store()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_compiler.c2941 dest = nir_f2fN(b, &tex->dest.ssa, dest_size); in match_tex_dests_instr()