Home
last modified time | relevance | path

Searched refs:nir_format_float_to_unorm (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_blend.c338 src = nir_format_float_to_unorm(b, src, bits); in nir_blend_logicop()
339 dst = nir_format_float_to_unorm(b, dst, bits); in nir_blend_logicop()
H A Dnir_format_convert.h108 nir_def *nir_format_float_to_unorm(nir_builder *b, nir_def *f,
H A Dnir_format_convert.c242 nir_format_float_to_unorm(nir_builder *b, nir_def *f, const unsigned *bits) in nir_format_float_to_unorm() function
704 comps[c] = nir_format_float_to_unorm(b, comps[c], bits); in nir_format_pack_rgba()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c60 value = nir_format_float_to_unorm(b, value, rgba1010102_bits); in convert_value()
H A Dd3d12_nir_passes.c227 nir_format_float_to_unorm(b, col, bits); in lower_uint_color_write()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c223 color = nir_format_float_to_unorm(b, color, image.bits); in convert_color_for_store()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c335 formatted = nir_format_float_to_unorm(b, color, bits); in v3d42_nir_lower_image_store()
H A Dv3d_nir_lower_logic_ops.c151 nir_def *unorm = nir_format_float_to_unorm(b, c, bits); in pack_unorm_rgb10a2()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_lower_storage_image.c495 color = nir_format_float_to_unorm(b, color, image.bits); in convert_color_for_store()
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_blit.c888 chan = nir_format_float_to_unorm(b, chan, &chan_bits); in bit_cast_color()