Home
last modified time | relevance | path

Searched refs:GetUintConstant (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_builder.cpp322 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 Dir_builder.cpp322 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 Dir_builder.cpp320 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 Dpeeling.cpp921 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 Dpeeling.cpp921 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 Dpeeling.cpp920 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 Dir_builder.h389 Instruction* GetUintConstant(uint32_t value) { in GetUintConstant() function in spvtools::opt::InstructionBuilder
394 Instruction* uint_inst = GetUintConstant(value); in GetUintConstantId()
H A Deliminate_dead_members_pass.cpp494 ir_builder.GetUintConstant(new_member_idx)->result_id(); in UpdateAccessChain()
H A Dloop_unswitch_pass.cpp141 return builder.GetUintConstant(value_for_default_path); in GetValueForDefaultPathForSwitch()
H A Dloop_unroller.cpp461 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 Dir_builder.h389 Instruction* GetUintConstant(uint32_t value) { in GetUintConstant() function in spvtools::opt::InstructionBuilder
394 Instruction* uint_inst = GetUintConstant(value); in GetUintConstantId()
H A Deliminate_dead_members_pass.cpp494 ir_builder.GetUintConstant(new_member_idx)->result_id(); in UpdateAccessChain()
H A Dloop_unswitch_pass.cpp141 return builder.GetUintConstant(value_for_default_path); in GetValueForDefaultPathForSwitch()
H A Dloop_unroller.cpp461 new_constant = builder.GetUintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()
/third_party/spirv-tools/source/opt/
H A Dir_builder.h393 Instruction* GetUintConstant(uint32_t value) { in GetUintConstant() function in spvtools::opt::InstructionBuilder
398 Instruction* uint_inst = GetUintConstant(value); in GetUintConstantId()
H A Dloop_unswitch_pass.cpp134 return builder.GetUintConstant(value_for_default_path); in GetValueForDefaultPathForSwitch()
H A Deliminate_dead_members_pass.cpp494 ir_builder.GetUintConstant(new_member_idx)->result_id(); in UpdateAccessChain()
H A Dloop_unroller.cpp460 new_constant = builder.GetUintConstant(static_cast<int32_t>(remainder)); in PartiallyUnrollResidualFactor()

Completed in 28 milliseconds