Searched refs:GetSintConstant (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_builder.cpp | 323 EXPECT_NE(nullptr, builder.GetSintConstant(-1)); in TEST_F() 327 EXPECT_NE(nullptr, builder.GetSintConstant(-1)); in TEST_F() 331 EXPECT_NE(nullptr, builder.GetSintConstant(34)); in TEST_F() 335 EXPECT_NE(nullptr, builder.GetSintConstant(0)); in TEST_F() 368 Instruction* const_2 = builder.GetSintConstant(-1); in TEST_F() 375 EXPECT_EQ(const_2, builder.GetSintConstant(-1)); in TEST_F() 378 Instruction* const_4 = builder.GetSintConstant(34); in TEST_F() 385 Instruction* const_6 = builder.GetSintConstant(0); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | ir_builder.cpp | 323 EXPECT_NE(nullptr, builder.GetSintConstant(-1)); in TEST_F() 327 EXPECT_NE(nullptr, builder.GetSintConstant(-1)); in TEST_F() 331 EXPECT_NE(nullptr, builder.GetSintConstant(34)); in TEST_F() 335 EXPECT_NE(nullptr, builder.GetSintConstant(0)); in TEST_F() 368 Instruction* const_2 = builder.GetSintConstant(-1); in TEST_F() 375 EXPECT_EQ(const_2, builder.GetSintConstant(-1)); in TEST_F() 378 Instruction* const_4 = builder.GetSintConstant(34); in TEST_F() 385 Instruction* const_6 = builder.GetSintConstant(0); in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_builder.cpp | 321 EXPECT_NE(nullptr, builder.GetSintConstant(-1)); in TEST_F() 325 EXPECT_NE(nullptr, builder.GetSintConstant(-1)); in TEST_F() 329 EXPECT_NE(nullptr, builder.GetSintConstant(34)); in TEST_F() 333 EXPECT_NE(nullptr, builder.GetSintConstant(0)); in TEST_F() 366 Instruction* const_2 = builder.GetSintConstant(-1); in TEST_F() 373 EXPECT_EQ(const_2, builder.GetSintConstant(-1)); in TEST_F() 376 Instruction* const_4 = builder.GetSintConstant(34); in TEST_F() 383 Instruction* const_6 = builder.GetSintConstant(0); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | peeling.cpp | 135 loop_count = builder.GetSintConstant(10); in TEST_F() 497 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 551 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 607 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 660 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | peeling.cpp | 135 loop_count = builder.GetSintConstant(10); in TEST_F() 497 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 551 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 607 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 660 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | peeling.cpp | 134 loop_count = builder.GetSintConstant(10); in TEST_F() 496 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 550 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 606 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F() 659 Instruction* ten_cst = builder.GetSintConstant(10); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_builder.h | 365 Instruction* GetSintConstant(int32_t value) { in GetSintConstant() function in spvtools::opt::InstructionBuilder
|
H A D | loop_unroller.cpp | 459 new_constant = builder.GetSintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_builder.h | 365 Instruction* GetSintConstant(int32_t value) { in GetSintConstant() function in spvtools::opt::InstructionBuilder
|
H A D | loop_unroller.cpp | 459 new_constant = builder.GetSintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_builder.h | 369 Instruction* GetSintConstant(int32_t value) { in GetSintConstant() function in spvtools::opt::InstructionBuilder
|
H A D | loop_unroller.cpp | 458 new_constant = builder.GetSintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
|
Completed in 15 milliseconds