Home
last modified time | relevance | path

Searched refs:nir_format_sign_extend_ivec (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_format_helpers.h28 return nir_format_sign_extend_ivec(b, x, bits); in nir_sign_extend_if_sint()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_format_convert.h70 nir_def *nir_format_sign_extend_ivec(nir_builder *b, nir_def *src,
H A Dnir_format_convert.c43 nir_format_sign_extend_ivec(nir_builder *b, nir_def *src, in nir_format_sign_extend_ivec() function
571 raw = nir_format_sign_extend_ivec(b, raw, bits); in nir_format_unpack_rgba()
H A Dnir_lower_blend.c358 out = nir_format_sign_extend_ivec(b, out, bits); in nir_blend_logicop()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_storage_image.c95 color = nir_format_sign_extend_ivec(b, color, image.bits); in convert_color_for_load()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir_lower_storage_image.c312 color = nir_format_sign_extend_ivec(b, color, image.bits); in convert_color_for_load()