Home
last modified time | relevance | path

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 Dagx_nir_lower_vbo.c262 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 Dnir_format_convert.h106 nir_def *nir_format_snorm_to_float(nir_builder *b, nir_def *s,
H A Dnir_format_convert.c232 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 Dnir_lower_blend.c359 out = nir_format_snorm_to_float(b, out, bits); in nir_blend_logicop()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c106 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 Delk_nir_lower_storage_image.c323 color = nir_format_snorm_to_float(b, color, image.bits); in convert_color_for_load()