Home
last modified time | relevance | path

Searched refs:const_2 (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dcost_mips32.c33 const int const_2 = 2; in GetResidualCost_MIPS32() local
56 "movz %[ctx_reg], %[const_2], %[temp0] \n\t" in GetResidualCost_MIPS32()
78 : [const_2]"r"(const_2), [const_max_level]"r"(const_max_level), in GetResidualCost_MIPS32()
H A Dcost_mips_dsp_r2.c33 const int const_2 = 2; in GetResidualCost_MIPSdspR2() local
54 "movz %[ctx_reg], %[const_2], %[temp0] \n\t" in GetResidualCost_MIPSdspR2()
73 : [const_2]"r"(const_2), [const_max_level]"r"(const_max_level), in GetResidualCost_MIPSdspR2()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_builder.cpp368 Instruction* const_2 = builder.GetSintConstant(-1); in TEST_F() local
371 EXPECT_NE(nullptr, const_2); in TEST_F()
375 EXPECT_EQ(const_2, builder.GetSintConstant(-1)); in TEST_F()
396 uint32_t type_id_signed = const_2->GetSingleWordOperand(0); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_builder.cpp368 Instruction* const_2 = builder.GetSintConstant(-1); in TEST_F() local
371 EXPECT_NE(nullptr, const_2); in TEST_F()
375 EXPECT_EQ(const_2, builder.GetSintConstant(-1)); in TEST_F()
396 uint32_t type_id_signed = const_2->GetSingleWordOperand(0); in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dir_builder.cpp366 Instruction* const_2 = builder.GetSintConstant(-1); in TEST_F() local
369 EXPECT_NE(nullptr, const_2); in TEST_F()
373 EXPECT_EQ(const_2, builder.GetSintConstant(-1)); in TEST_F()
394 uint32_t type_id_signed = const_2->GetSingleWordOperand(0); in TEST_F()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvc1dsp_lasx.c33 __m256i const_2 = {0xfff4000cfff4000c, 0xfff4000cfff4000c, in ff_vc1_inv_trans_8x8_lasx() local
64 const_2, t1, t2); in ff_vc1_inv_trans_8x8_lasx()
101 const_2, t1, t2); in ff_vc1_inv_trans_8x8_lasx()
184 __m256i const_2 = {0xFFF00006FFF4000C, 0xFFF00006FFF4000C, in ff_vc1_inv_trans_8x4_lasx() local
215 DUP2_ARG2(__lasx_xvdp2_w_h, temp2, const_1, temp2, const_2, temp0, temp1); in ff_vc1_inv_trans_8x4_lasx()
335 __m256i const_2 = {0xFFEF0011FFEF0011, 0xFFEF0011FFEF0011, in ff_vc1_inv_trans_4x8_lasx() local
371 const_2, t1, t2); 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_ in ff_vc1_inv_trans_4x8_lasx()
476 __m256i const_2 = {0x000A0016000A0016, 0x0016FFF60016FFF6, ff_vc1_inv_trans_4x4_lasx() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp3802 auto const_2 = scalar_evolution->CreateConstant(2);
3804 EXPECT_EQ(*const_2, *ret_point_0->GetSource());
3805 EXPECT_EQ(*const_2, *ret_point_0->GetDestination());
3807 EXPECT_EQ(*const_2, *ret_point_1->GetSource());
3808 EXPECT_EQ(*const_2, *ret_point_1->GetDestination());
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp3802 auto const_2 = scalar_evolution->CreateConstant(2);
3804 EXPECT_EQ(*const_2, *ret_point_0->GetSource());
3805 EXPECT_EQ(*const_2, *ret_point_0->GetDestination());
3807 EXPECT_EQ(*const_2, *ret_point_1->GetSource());
3808 EXPECT_EQ(*const_2, *ret_point_1->GetDestination());
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Ddependence_analysis.cpp3796 auto const_2 = scalar_evolution->CreateConstant(2);
3798 EXPECT_EQ(*const_2, *ret_point_0->GetSource());
3799 EXPECT_EQ(*const_2, *ret_point_0->GetDestination());
3801 EXPECT_EQ(*const_2, *ret_point_1->GetSource());
3802 EXPECT_EQ(*const_2, *ret_point_1->GetDestination());
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2870 LLVMValueRef const_2 = lp_build_const_int_vec(gallivm, bld->type, 2); in lp_build_sin_or_cos() local
2879 LLVMValueRef emm2_2 = cos ? LLVMBuildSub(b, emm2_and, const_2, "emm2_2") : in lp_build_sin_or_cos()
2900 LLVMValueRef emm2_3 = LLVMBuildAnd(b, emm2_2, const_2, "emm2_3"); in lp_build_sin_or_cos()

Completed in 21 milliseconds