Searched refs:const_5 (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_builder.cpp | 384 Instruction* const_5 = builder.GetUintConstant(0); in TEST_F() local 388 EXPECT_NE(nullptr, const_5); in TEST_F() 392 EXPECT_NE(const_5, const_6); in TEST_F() 401 EXPECT_EQ(const_5->GetSingleWordOperand(0), type_id_unsigned); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | ir_builder.cpp | 384 Instruction* const_5 = builder.GetUintConstant(0); in TEST_F() local 388 EXPECT_NE(nullptr, const_5); in TEST_F() 392 EXPECT_NE(const_5, const_6); in TEST_F() 401 EXPECT_EQ(const_5->GetSingleWordOperand(0), type_id_unsigned); in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_builder.cpp | 382 Instruction* const_5 = builder.GetUintConstant(0); in TEST_F() local 386 EXPECT_NE(nullptr, const_5); in TEST_F() 390 EXPECT_NE(const_5, const_6); in TEST_F() 399 EXPECT_EQ(const_5->GetSingleWordOperand(0), type_id_unsigned); in TEST_F()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vc1dsp_lasx.c | 39 __m256i const_5 = {0x000f0010000f0010, 0x000f0010000f0010, in ff_vc1_inv_trans_8x8_lasx() local 73 temp2 = __lasx_xvdp2_w_h(const_5, temp0); in ff_vc1_inv_trans_8x8_lasx() 110 temp2 = __lasx_xvdp2_w_h(const_5, temp0); in ff_vc1_inv_trans_8x8_lasx() 190 __m256i const_5 = {0x000FFFF000040009, 0x000FFFF000040009, in ff_vc1_inv_trans_8x4_lasx() local 225 const_5, temp3, const_6, t1, t2, temp0, temp1); in ff_vc1_inv_trans_8x4_lasx() 341 __m256i const_5 = {0x0000000400000004, 0x0000000400000004, in ff_vc1_inv_trans_4x8_lasx() local 370 DUP2_ARG3(__lasx_xvdp2add_w_h, const_5, temp0, const_1, const_5, temp0, in ff_vc1_inv_trans_4x8_lasx() 417 dst + stride3, 0, const_5, const_6, const_7, const_8); 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() [all...] |
Completed in 6 milliseconds