Home
last modified time | relevance | path

Searched refs:nir_format_float_to_snorm (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_blend.c341 src = nir_format_float_to_snorm(b, src, bits); in nir_blend_logicop()
342 dst = nir_format_float_to_snorm(b, dst, bits); in nir_blend_logicop()
H A Dnir_format_convert.h110 nir_def *nir_format_float_to_snorm(nir_builder *b, nir_def *f,
H A Dnir_format_convert.c254 nir_format_float_to_snorm(nir_builder *b, nir_def *f, const unsigned *bits) in nir_format_float_to_snorm() function
714 comps[c] = nir_format_float_to_snorm(b, comps[c], bits); in nir_format_pack_rgba()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c228 color = nir_format_float_to_snorm(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.c331 formatted = nir_format_float_to_snorm(b, color, bits); in v3d42_nir_lower_image_store()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_lower_storage_image.c500 color = nir_format_float_to_snorm(b, color, image.bits); in convert_color_for_store()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c226 nir_def *def = is_signed ? nir_format_float_to_snorm(b, col, bits) : in lower_uint_color_write()