Searched refs:nir_format_unorm_to_float (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/panfrost/nir/ |
D | nir_lower_blend.c | 247 out = nir_format_unorm_to_float(b, out, bits); in nir_blend_logicop()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_logic_ops.c | 180 chans[i] = nir_format_unorm_to_float(b, unorm, &bits[i]); in unpack_unorm_rgb10a2()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 224 nir_format_unorm_to_float(nir_builder *b, nir_ssa_def *u, const unsigned *bits) in nir_format_unorm_to_float() function
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_image_load_store.c | 319 color = nir_format_unorm_to_float(b, color, image.bits); in convert_color_for_load()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 916 chans[c] = nir_format_unorm_to_float(b, chans[c], &chan_bits); in bit_cast_color()
|