Home
last modified time | relevance | path

Searched refs:const_4 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
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/spirv-tools/test/opt/
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/
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/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2884 LLVMValueRef const_4 = lp_build_const_int_vec(gallivm, bld->type, 4); in lp_build_sin_or_cos() local
2895 LLVMValueRef sign_bit = cos ? LLVMBuildShl(b, LLVMBuildAnd(b, const_4, in lp_build_sin_or_cos()