Home
last modified time | relevance | path

Searched refs:nir_format_snorm_to_float (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c254 out = nir_format_snorm_to_float(b, out, bits); in nir_blend_logicop()
Dnir_format_convert.h255 nir_format_snorm_to_float(nir_builder *b, nir_ssa_def *s, const unsigned *bits) in nir_format_snorm_to_float() function
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c324 color = nir_format_snorm_to_float(b, color, image.bits); in convert_color_for_load()