Searched refs:nir_format_unorm_to_float (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c180 chans[i] = nir_format_unorm_to_float(b, unorm, &bits[i]);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_blend.c242 out = nir_format_unorm_to_float(b, out, bits);
H A Dnir_format_convert.h246 nir_format_unorm_to_float(nir_builder *b, nir_ssa_def *u, const unsigned *bits) function in typeref:typename:nir_ssa_def *
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_format_convert.h224 nir_format_unorm_to_float(nir_builder *b, nir_ssa_def *u, const unsigned *bits) function in typeref:typename:nir_ssa_def *
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_image_load_store.c373 color = nir_format_unorm_to_float(b, color, image.bits);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c319 color = nir_format_unorm_to_float(b, color, image.bits);
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_blit.c917 chans[c] = nir_format_unorm_to_float(b, chans[c], &chan_bits);

Completed in 15 milliseconds