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 D | v3d_nir_lower_logic_ops.c | 180 chans[i] = nir_format_unorm_to_float(b, unorm, &bits[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_blend.c | 242 out = nir_format_unorm_to_float(b, out, bits);
|
| H A D | nir_format_convert.h | 246 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 D | nir_format_convert.h | 224 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 D | brw_nir_lower_image_load_store.c | 373 color = nir_format_unorm_to_float(b, color, image.bits);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_lower_storage_image.c | 319 color = nir_format_unorm_to_float(b, color, image.bits);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/blorp/ |
| H A D | blorp_blit.c | 917 chans[c] = nir_format_unorm_to_float(b, chans[c], &chan_bits);
|
Completed in 15 milliseconds