Searched refs:nir_format_float_to_snorm (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_blend.c | 235 src = nir_format_float_to_snorm(b, src, bits); in nir_blend_logicop() 236 dst = nir_format_float_to_snorm(b, dst, bits); in nir_blend_logicop()
|
D | nir_format_convert.h | 277 nir_format_float_to_snorm(nir_builder *b, nir_ssa_def *f, const unsigned *bits) in nir_format_float_to_snorm() function
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_image_load_store.c | 145 formatted = nir_format_float_to_snorm(b, color, bits); in v3d_nir_lower_image_store()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_storage_image.c | 478 color = nir_format_float_to_snorm(b, color, image.bits); in convert_color_for_store()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_nir_passes.c | 290 nir_ssa_def *def = is_signed ? nir_format_float_to_snorm(b, col, bits) : in lower_uint_color_write()
|