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 D | nir_lower_blend.c | 341 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 D | nir_format_convert.h | 110 nir_def *nir_format_float_to_snorm(nir_builder *b, nir_def *f,
|
H A D | nir_format_convert.c | 254 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 D | brw_nir_lower_storage_image.c | 228 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 D | v3d_nir_lower_image_load_store.c | 331 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 D | elk_nir_lower_storage_image.c | 500 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 D | d3d12_nir_passes.c | 226 nir_def *def = is_signed ? nir_format_float_to_snorm(b, col, bits) : in lower_uint_color_write()
|