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 D | agx_nir_format_helpers.h | 28 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 D | nir_format_convert.h | 70 nir_def *nir_format_sign_extend_ivec(nir_builder *b, nir_def *src,
|
H A D | nir_format_convert.c | 43 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 D | nir_lower_blend.c | 358 out = nir_format_sign_extend_ivec(b, out, bits); in nir_blend_logicop()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir_lower_storage_image.c | 95 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 D | elk_nir_lower_storage_image.c | 312 color = nir_format_sign_extend_ivec(b, color, image.bits); in convert_color_for_load()
|