Searched refs:nir_format_unpack_uint (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_format_convert.h | 78 nir_format_unpack_uint(nir_builder *b, nir_def *packed, in nir_format_unpack_uint() function
|
D | nir_format_convert.c | 535 unpacked = nir_format_unpack_uint(b, packed, bits, desc->nr_channels); in nir_format_unpack_rgba()
|
D | nir_lower_tex.c | 1210 color = nir_format_unpack_uint(b, color, bits, 4); in lower_tex_packing()
|
/external/mesa3d/src/asahi/lib/ |
D | agx_nir_lower_vbo.c | 255 memory = nir_format_unpack_uint(b, memory, bits, 4); in pass()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_storage_image.c | 83 color = nir_format_unpack_uint(b, color, image.bits, image.chans); in convert_color_for_load()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_image_load_store.c | 409 result = nir_format_unpack_uint(b, result, bits16, 4); in v3d_nir_lower_image_load()
|
/external/mesa3d/src/intel/compiler/elk/ |
D | elk_nir_lower_storage_image.c | 290 color = nir_format_unpack_uint(b, color, image.bits, image.chans); in convert_color_for_load()
|