Home
last modified time | relevance | path

Searched refs:nir_format_unorm_to_float (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_format_convert.h104 nir_def *nir_format_unorm_to_float(nir_builder *b, nir_def *u,
H A Dnir_format_convert.c223 nir_format_unorm_to_float(nir_builder *b, nir_def *u, const unsigned *bits) in nir_format_unorm_to_float() function
562 comps[c] = nir_format_unorm_to_float(b, raw, bits); in nir_format_unpack_rgba()
H A Dnir_lower_blend.c355 out = nir_format_unorm_to_float(b, out, bits); in nir_blend_logicop()
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_vbo.c270 memory = nir_format_unorm_to_float(b, memory, bits); in pass()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c118 vec = nir_format_unorm_to_float(b, vec, rgba1010102_bits); in convert_value()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c101 color = nir_format_unorm_to_float(b, color, image.bits); in convert_color_for_load()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_logic_ops.c180 chans[i] = nir_format_unorm_to_float(b, unorm, &bits[i]); in unpack_unorm_rgb10a2()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_lower_storage_image.c318 color = nir_format_unorm_to_float(b, color, image.bits); in convert_color_for_load()
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_blit.c906 chans[c] = nir_format_unorm_to_float(b, chans[c], &chan_bits); in bit_cast_color()