Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_image_load_store.c176 result = nir_format_unpack_uint(b, result, bits16, 4); in v3d_nir_lower_image_load()
/external/mesa3d/src/compiler/nir/
Dnir_format_convert.h117 nir_format_unpack_uint(nir_builder *b, nir_ssa_def *packed, in nir_format_unpack_uint() function
Dnir_lower_tex.c881 color = nir_format_unpack_uint(b, color, bits, 4); in lower_tex_packing()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_image_load_store.c291 color = nir_format_unpack_uint(b, color, image.bits, image.chans); in convert_color_for_load()