Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_format_convert.h78 nir_format_unpack_uint(nir_builder *b, nir_def *packed, in nir_format_unpack_uint() function
Dnir_format_convert.c535 unpacked = nir_format_unpack_uint(b, packed, bits, desc->nr_channels); in nir_format_unpack_rgba()
Dnir_lower_tex.c1210 color = nir_format_unpack_uint(b, color, bits, 4); in lower_tex_packing()
/external/mesa3d/src/asahi/lib/
Dagx_nir_lower_vbo.c255 memory = nir_format_unpack_uint(b, memory, bits, 4); in pass()
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_storage_image.c83 color = nir_format_unpack_uint(b, color, image.bits, image.chans); in convert_color_for_load()
/external/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_image_load_store.c409 result = nir_format_unpack_uint(b, result, bits16, 4); in v3d_nir_lower_image_load()
/external/mesa3d/src/intel/compiler/elk/
Delk_nir_lower_storage_image.c290 color = nir_format_unpack_uint(b, color, image.bits, image.chans); in convert_color_for_load()