Home
last modified time | relevance | path

Searched refs:nir_format_float_to_half (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_image_load_store.c153 formatted = nir_format_float_to_half(b, color); in v3d_nir_lower_image_store()
/third_party/mesa3d/src/compiler/nir/
Dnir_format_convert.h292 nir_format_float_to_half(nir_builder *b, nir_ssa_def *f) in nir_format_float_to_half() function
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c483 color = nir_format_float_to_half(b, color); in convert_color_for_store()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_pbo_compute.c588 CONVERT_SWAP_WRITE(nir_format_float_to_half(b, pixel)); in do_shader_conversion()