Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_builder.cpp367 Instruction* const_1 = builder.GetUintConstant(13); in TEST_F() local
370 EXPECT_NE(nullptr, const_1); in TEST_F()
374 EXPECT_EQ(const_1, builder.GetUintConstant(13)); in TEST_F()
395 uint32_t type_id_unsigned = const_1->GetSingleWordOperand(0); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_builder.cpp367 Instruction* const_1 = builder.GetUintConstant(13); in TEST_F() local
370 EXPECT_NE(nullptr, const_1); in TEST_F()
374 EXPECT_EQ(const_1, builder.GetUintConstant(13)); in TEST_F()
395 uint32_t type_id_unsigned = const_1->GetSingleWordOperand(0); in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dir_builder.cpp365 Instruction* const_1 = builder.GetUintConstant(13); in TEST_F() local
368 EXPECT_NE(nullptr, const_1); in TEST_F()
372 EXPECT_EQ(const_1, builder.GetUintConstant(13)); in TEST_F()
393 uint32_t type_id_unsigned = const_1->GetSingleWordOperand(0); in TEST_F()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvc1dsp_lasx.c31 __m256i const_1 = {0x000c000c000c000c, 0x000c000c000c000c, in ff_vc1_inv_trans_8x8_lasx() local
63 DUP2_ARG3(__lasx_xvdp2add_w_h, t2, temp0, const_1, t2, temp0, in ff_vc1_inv_trans_8x8_lasx()
100 DUP2_ARG3(__lasx_xvdp2add_w_h, t3, temp0, const_1, t3, temp0, in ff_vc1_inv_trans_8x8_lasx()
182 __m256i const_1 = {0x00060010000C000C, 0x00060010000C000C, 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()
333 __m256i const_1 = {0x0011001100110011, 0x0011001100110011, 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()
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_ in ff_vc1_inv_trans_4x8_lasx()
474 __m256i const_1 = {0x0011001100110011, 0xFFEF0011FFEF0011, ff_vc1_inv_trans_4x4_lasx() local
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_phis.cpp36 const_1 = 1, member in aco::pred_defined
159 } else if (defined == pred_defined::const_1) { in build_merge_code()
204 defined = phi->operands[i].constantValue() ? pred_defined::const_1 : pred_defined::const_0; in init_any_pred_defined()

Completed in 8 milliseconds