Home
last modified time | relevance | path

Searched refs:zero32 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_frexp.c151 nir_ssa_def *zero32 = nir_imm_int(b, 0); in lower_frexp_exp() local
155 nir_bcsel(b, is_not_zero, exponent_bias, zero32)); in lower_frexp_exp()
Dnir_linking_helpers.c921 uint32_t zero32 = 0; in compact_components() local
924 &consumer->info.patch_inputs_read, &zero32); in compact_components()
/third_party/ffmpeg/libswscale/ppc/
Dswscale_vsx.c431 R_l = vec_max(R_l, zero32); \
432 R_r = vec_max(R_r, zero32); \
433 G_l = vec_max(G_l, zero32); \
434 G_r = vec_max(G_r, zero32); \
435 B_l = vec_max(B_l, zero32); \
436 B_r = vec_max(B_r, zero32); \
554 const vec_s32 zero32 = vec_splat_s32(0); in yuv2rgb_full_X_vsx_template() local
712 const vec_s32 zero32 = vec_splat_s32(0); in yuv2rgb_full_2_vsx_template() local
834 const vec_s32 zero32 = vec_splat_s32(0); in yuv2rgb_2_vsx_template() local
1000 const vec_s32 zero32 = vec_splat_s32(0); in yuv2rgb_full_1_vsx_template() local
[all …]