Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c339 formatted = nir_format_float_to_half(b, color); in v3d42_nir_lower_image_store()
382 formatted = nir_format_float_to_half(b, color); in v3d71_nir_lower_image_store()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_format_convert.h113 nir_def *nir_format_float_to_half(nir_builder *b, nir_def *f);
H A Dnir_format_convert.c303 nir_format_float_to_half(nir_builder *b, nir_def *f) in nir_format_float_to_half() function
730 comps[c] = nir_format_float_to_half(b, comps[c]); in nir_format_pack_rgba()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c233 color = nir_format_float_to_half(b, color); in convert_color_for_store()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_lower_storage_image.c505 color = nir_format_float_to_half(b, color); in convert_color_for_store()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c623 CONVERT_SWAP_WRITE(nir_format_float_to_half(b, pixel)); in do_shader_conversion()