Searched refs:nir_format_unpack_sint (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c178 result = nir_format_unpack_sint(b, result, bits16, 4);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_image_load_store.c345 result = nir_format_unpack_sint(b, result, bits16, 4);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_format_convert.h133 nir_format_unpack_sint(nir_builder *b, nir_ssa_def *packed, function in typeref:typename:nir_ssa_def *
H A Dnir_lower_tex.c1035 color = nir_format_unpack_sint(b, color, bits, 4);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_format_convert.h124 nir_format_unpack_sint(nir_builder *b, nir_ssa_def *packed, function in typeref:typename:nir_ssa_def *
H A Dnir_lower_tex.c892 color = nir_format_unpack_sint(b, color, bits, 4);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_nir_lower_image_load_store.c343 color = nir_format_unpack_sint(b, color, image.bits, image.chans);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c289 color = nir_format_unpack_sint(b, color, image.bits, image.chans);

Completed in 11 milliseconds