Home
last modified time | relevance | path

Searched refs:nir_f2fN (Results 1 – 4 of 4) 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.c349 offset = nir_f2fN(b, offset, bit_size); in convert_yuv_to_rgb()
351 nir_ssa_def *m0 = nir_f2fN(b, nir_build_imm(b, 4, 32, m->v[0]), bit_size); in convert_yuv_to_rgb()
352 nir_ssa_def *m1 = nir_f2fN(b, nir_build_imm(b, 4, 32, m->v[1]), bit_size); in convert_yuv_to_rgb()
353 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.h1851 nir_f2fN(nir_builder *b, nir_ssa_def *src, unsigned bit_size) in nir_f2fN() function
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c672 ncomps[i] = nir_f2fN(&b->nb, ncomps[i], in _handle_v_load_store()