Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c317 offset = nir_f2fN(b, offset, bit_size); in convert_yuv_to_rgb()
319 nir_ssa_def *m0 = nir_f2fN(b, nir_build_imm(b, 4, 32, m[0]), bit_size); in convert_yuv_to_rgb()
320 nir_ssa_def *m1 = nir_f2fN(b, nir_build_imm(b, 4, 32, m[1]), bit_size); in convert_yuv_to_rgb()
321 nir_ssa_def *m2 = nir_f2fN(b, nir_build_imm(b, 4, 32, m[2]), bit_size); in convert_yuv_to_rgb()
Dnir_builder.h1701 nir_f2fN(nir_builder *b, nir_ssa_def *src, unsigned bit_size) in nir_f2fN() function
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c668 ncomps[i] = nir_f2fN(&b->nb, ncomps[i], in _handle_v_load_store()