Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_image_load_store.c142 formatted = nir_format_float_to_snorm(b, color, bits); in v3d_nir_lower_image_store()
/external/mesa3d/src/compiler/nir/
Dnir_format_convert.h255 nir_format_float_to_snorm(nir_builder *b, nir_ssa_def *f, const unsigned *bits) in nir_format_float_to_snorm() function
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c480 color = nir_format_float_to_snorm(b, color, image.bits); in convert_color_for_store()