Searched refs:nir_format_snorm_to_float (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_nir_lower_vbo.c | 262 memory = nir_format_snorm_to_float(b, memory, bits); in pass() 268 memory = nir_format_snorm_to_float(b, memory, bits); in pass()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_format_convert.h | 106 nir_def *nir_format_snorm_to_float(nir_builder *b, nir_def *s,
|
H A D | nir_format_convert.c | 232 nir_format_snorm_to_float(nir_builder *b, nir_def *s, const unsigned *bits) in nir_format_snorm_to_float() function 573 comps[c] = nir_format_snorm_to_float(b, raw, bits); in nir_format_unpack_rgba()
|
H A D | nir_lower_blend.c | 359 out = nir_format_snorm_to_float(b, out, bits); in nir_blend_logicop()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_storage_image.c | 106 color = nir_format_snorm_to_float(b, color, image.bits); in convert_color_for_load()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_nir_lower_storage_image.c | 323 color = nir_format_snorm_to_float(b, color, image.bits); in convert_color_for_load()
|