/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_builder.cpp | 322 EXPECT_NE(nullptr, builder.GetUintConstant(13)); in TEST_F() 326 EXPECT_NE(nullptr, builder.GetUintConstant(13)); in TEST_F() 330 EXPECT_NE(nullptr, builder.GetUintConstant(1)); in TEST_F() 334 EXPECT_NE(nullptr, builder.GetUintConstant(0)); in TEST_F() 367 Instruction* const_1 = builder.GetUintConstant(13); in TEST_F() 374 EXPECT_EQ(const_1, builder.GetUintConstant(13)); in TEST_F() 377 Instruction* const_3 = builder.GetUintConstant(1); in TEST_F() 384 Instruction* const_5 = builder.GetUintConstant(0); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | ir_builder.cpp | 322 EXPECT_NE(nullptr, builder.GetUintConstant(13)); in TEST_F() 326 EXPECT_NE(nullptr, builder.GetUintConstant(13)); in TEST_F() 330 EXPECT_NE(nullptr, builder.GetUintConstant(1)); in TEST_F() 334 EXPECT_NE(nullptr, builder.GetUintConstant(0)); in TEST_F() 367 Instruction* const_1 = builder.GetUintConstant(13); in TEST_F() 374 EXPECT_EQ(const_1, builder.GetUintConstant(13)); in TEST_F() 377 Instruction* const_3 = builder.GetUintConstant(1); in TEST_F() 384 Instruction* const_5 = builder.GetUintConstant(0); in TEST_F()
|
/third_party/spirv-tools/test/opt/ |
H A D | ir_builder.cpp | 320 EXPECT_NE(nullptr, builder.GetUintConstant(13)); in TEST_F() 324 EXPECT_NE(nullptr, builder.GetUintConstant(13)); in TEST_F() 328 EXPECT_NE(nullptr, builder.GetUintConstant(1)); in TEST_F() 332 EXPECT_NE(nullptr, builder.GetUintConstant(0)); in TEST_F() 365 Instruction* const_1 = builder.GetUintConstant(13); in TEST_F() 372 EXPECT_EQ(const_1, builder.GetUintConstant(13)); in TEST_F() 375 Instruction* const_3 = builder.GetUintConstant(1); in TEST_F() 382 Instruction* const_5 = builder.GetUintConstant(0); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
H A D | peeling.cpp | 921 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F() 971 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
H A D | peeling.cpp | 921 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F() 971 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F()
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | peeling.cpp | 920 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F() 970 Instruction* ten_cst = builder.GetUintConstant(10); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_builder.h | 389 Instruction* GetUintConstant(uint32_t value) { in GetUintConstant() function in spvtools::opt::InstructionBuilder 394 Instruction* uint_inst = GetUintConstant(value); in GetUintConstantId()
|
H A D | eliminate_dead_members_pass.cpp | 494 ir_builder.GetUintConstant(new_member_idx)->result_id(); in UpdateAccessChain()
|
H A D | loop_unswitch_pass.cpp | 141 return builder.GetUintConstant(value_for_default_path); in GetValueForDefaultPathForSwitch()
|
H A D | loop_unroller.cpp | 461 new_constant = builder.GetUintConstant(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 | 389 Instruction* GetUintConstant(uint32_t value) { in GetUintConstant() function in spvtools::opt::InstructionBuilder 394 Instruction* uint_inst = GetUintConstant(value); in GetUintConstantId()
|
H A D | eliminate_dead_members_pass.cpp | 494 ir_builder.GetUintConstant(new_member_idx)->result_id(); in UpdateAccessChain()
|
H A D | loop_unswitch_pass.cpp | 141 return builder.GetUintConstant(value_for_default_path); in GetValueForDefaultPathForSwitch()
|
H A D | loop_unroller.cpp | 461 new_constant = builder.GetUintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_builder.h | 393 Instruction* GetUintConstant(uint32_t value) { in GetUintConstant() function in spvtools::opt::InstructionBuilder 398 Instruction* uint_inst = GetUintConstant(value); in GetUintConstantId()
|
H A D | loop_unswitch_pass.cpp | 134 return builder.GetUintConstant(value_for_default_path); in GetValueForDefaultPathForSwitch()
|
H A D | eliminate_dead_members_pass.cpp | 494 ir_builder.GetUintConstant(new_member_idx)->result_id(); in UpdateAccessChain()
|
H A D | loop_unroller.cpp | 460 new_constant = builder.GetUintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
|