Home
last modified time | relevance | path

Searched refs:const_4 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_builder.cpp378 Instruction* const_4 = builder.GetSintConstant(34); in TEST_F() local
382 EXPECT_NE(nullptr, const_4); in TEST_F()
403 EXPECT_EQ(const_4->GetSingleWordOperand(0), type_id_signed); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_builder.cpp378 Instruction* const_4 = builder.GetSintConstant(34); in TEST_F() local
382 EXPECT_NE(nullptr, const_4); in TEST_F()
403 EXPECT_EQ(const_4->GetSingleWordOperand(0), type_id_signed); in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dir_builder.cpp376 Instruction* const_4 = builder.GetSintConstant(34); in TEST_F() local
380 EXPECT_NE(nullptr, const_4); in TEST_F()
401 EXPECT_EQ(const_4->GetSingleWordOperand(0), type_id_signed); in TEST_F()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvc1dsp_lasx.c37 __m256i const_4 = {0xfff00006fff00006, 0xfff00006fff00006, in ff_vc1_inv_trans_8x8_lasx() local
65 DUP2_ARG2(__lasx_xvdp2_w_h, temp1, const_3, temp1, const_4, t3, t4); in ff_vc1_inv_trans_8x8_lasx()
102 DUP2_ARG2(__lasx_xvdp2_w_h, temp1, const_3, temp1, const_4, t3, t4); in ff_vc1_inv_trans_8x8_lasx()
188 __m256i const_4 = {0xFFF7FFFCFFF0000F, 0xFFF7FFFCFFF0000F, in ff_vc1_inv_trans_8x4_lasx() local
224 DUP4_ARG2(__lasx_xvdp4_d_h, temp3, const_3, temp3, const_4, temp3, in ff_vc1_inv_trans_8x4_lasx()
339 __m256i const_4 = {0x0016FFF60016FFF6, 0x0016FFF60016FFF6, in ff_vc1_inv_trans_4x8_lasx() local
372 DUP2_ARG2(__lasx_xvdp2_w_h, temp1, const_3, temp1, const_4, t3, t4); in ff_vc1_inv_trans_4x8_lasx()
415 dest + stride3, 0, const_1, const_2, const_3, const_4); in ff_vc1_inv_trans_4x8_lasx()
419 DUP4_ARG2(__lasx_xvilvl_w, const_2, const_1, const_4, const_3, const_5, in ff_vc1_inv_trans_4x8_lasx()
420 const_6, const_7, const_8, const_1, const_2, const_3, const_4); in ff_vc1_inv_trans_4x8_lasx()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2871 LLVMValueRef const_4 = lp_build_const_int_vec(gallivm, bld->type, 4); in lp_build_sin_or_cos() local
2882 LLVMValueRef sign_bit = cos ? LLVMBuildShl(b, LLVMBuildAnd(b, const_4, in lp_build_sin_or_cos()

Completed in 9 milliseconds