Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_format_convert.h122 nir_def *nir_format_unpack_11f11f10f(nir_builder *b, nir_def *packed);
H A Dnir_format_convert.c378 nir_format_unpack_11f11f10f(nir_builder *b, nir_def *packed) in nir_format_unpack_11f11f10f() function
510 nir_def *rgb = nir_format_unpack_11f11f10f(b, packed); in nir_format_unpack_rgba()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_lower_image_casts.c122 nir_def *vec3 = nir_format_unpack_11f11f10f(b, u32); in convert_value()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c64 color = nir_format_unpack_11f11f10f(b, color); in convert_color_for_load()
/aosp_15_r20/external/mesa3d/src/panfrost/util/
H A Dpan_lower_framebuffer.c332 nir_def *f32 = nir_format_unpack_11f11f10f(b, nir_channel(b, v, 0)); in pan_unpack_r11g11b10()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_lower_storage_image.c271 color = nir_format_unpack_11f11f10f(b, color); in convert_color_for_load()