Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_lower_image_casts.c120 nir_ssa_def *vec3 = nir_format_unpack_11f11f10f(b, u32); in convert_value()
/third_party/mesa3d/src/compiler/nir/
Dnir_format_convert.h369 nir_format_unpack_11f11f10f(nir_builder *b, nir_ssa_def *packed) in nir_format_unpack_11f11f10f() function
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c339 nir_ssa_def *f32 = nir_format_unpack_11f11f10f(b, nir_channel(b, v, 0)); in pan_unpack_r11g11b10()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c272 color = nir_format_unpack_11f11f10f(b, color); in convert_color_for_load()