Home
last modified time | relevance | path

Searched refs:SpvOpFunctionEnd (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/val/
H A Dval_state_test.cpp182 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionEnd)); in TEST_F()
185 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionEnd)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_state_test.cpp182 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionEnd)); in TEST_F()
185 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionEnd)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/val/
H A Dval_state_test.cpp182 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionEnd)); in TEST_F()
185 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionEnd)); in TEST_F()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/val/
H A Dval_state_test.cpp182 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionEnd)); in TEST_F()
185 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionEnd)); in TEST_F()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_function_test.cpp223 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})); in TEST()
346 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})); in TEST()
531 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})) in TEST()
638 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
864 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1023 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1314 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1645 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1749 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_function_test.cpp223 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})); in TEST()
346 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})); in TEST()
531 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})) in TEST()
638 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
864 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1023 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1314 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1645 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1749 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/fuzz/
H A Dtransformation_add_function_test.cpp223 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})); in TEST()
346 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})); in TEST()
531 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})) in TEST()
638 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
864 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1023 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1314 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1645 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1749 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/fuzz/
H A Dtransformation_add_function_test.cpp223 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})); in TEST()
346 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})); in TEST()
531 MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})})) in TEST()
638 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
864 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1023 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1314 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1645 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
1749 instructions.push_back(MakeInstructionMessage(SpvOpFunctionEnd, 0, 0, {})); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Deliminate_dead_functions_util.cpp29 if (inst->opcode() == SpvOpFunctionEnd) { in EliminateFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Deliminate_dead_functions_util.cpp29 if (inst->opcode() == SpvOpFunctionEnd) { in EliminateFunction()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Deliminate_dead_functions_util.cpp31 if (inst->opcode() == SpvOpFunctionEnd) { in EliminateFunction()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Deliminate_dead_functions_util.cpp31 if (inst->opcode() == SpvOpFunctionEnd) { in EliminateFunction()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/link/
H A Dglobal_values_amount_test.cpp78 1u << SpvWordCountShift | SpvOpFunctionEnd}); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/link/
H A Dglobal_values_amount_test.cpp78 1u << SpvWordCountShift | SpvOpFunctionEnd}); in SetUp()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/link/
H A Dglobal_values_amount_test.cpp78 1u << SpvWordCountShift | SpvOpFunctionEnd}); in SetUp()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/link/
H A Dglobal_values_amount_test.cpp78 1u << SpvWordCountShift | SpvOpFunctionEnd}); in SetUp()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/link/
H A Dglobal_values_amount_test.cpp78 1u << SpvWordCountShift | SpvOpFunctionEnd}); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/link/
H A Dglobal_values_amount_test.cpp78 1u << SpvWordCountShift | SpvOpFunctionEnd}); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_add_early_terminator_wrapper.cpp90 ir_context, SpvOpFunctionEnd, 0, 0, opt::Instruction::OperandList())); in Apply()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_early_terminator_wrapper.cpp88 ir_context, SpvOpFunctionEnd, 0, 0, opt::Instruction::OperandList())); in Apply()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_early_terminator_wrapper.cpp90 ir_context, SpvOpFunctionEnd, 0, 0, opt::Instruction::OperandList())); in Apply()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_add_early_terminator_wrapper.cpp88 ir_context, SpvOpFunctionEnd, 0, 0, opt::Instruction::OperandList())); in Apply()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/tools/cfg/
H A Dbin_to_dot.cpp89 case SpvOpFunctionEnd: in HandleInstruction()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/tools/cfg/
H A Dbin_to_dot.cpp89 case SpvOpFunctionEnd: in HandleInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/tools/cfg/
H A Dbin_to_dot.cpp89 case SpvOpFunctionEnd: in HandleInstruction()

12345678910