Searched refs:nir_f2fN (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/panfrost/util/ |
D | pan_lower_sample_position.c | 59 decoded = nir_f2fN(b, decoded, nir_dest_bit_size(intr->dest)); in pan_lower_sample_pos_impl()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 349 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()
|
D | nir_builder.h | 1851 nir_f2fN(nir_builder *b, nir_ssa_def *src, unsigned bit_size) in nir_f2fN() function
|
/third_party/mesa3d/src/compiler/spirv/ |
D | vtn_opencl.c | 672 ncomps[i] = nir_f2fN(&b->nb, ncomps[i], in _handle_v_load_store()
|