Home
last modified time | relevance | path

Searched refs:SpvOpFunctionParameter (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp246 case SpvOpFunctionParameter: in spvOpcodeReturnsLogicalVariablePointer()
266 case SpvOpFunctionParameter: in spvOpcodeReturnsLogicalPointer()
Dvalidate_layout.cpp91 case SpvOpFunctionParameter: in FunctionScopedInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp117 } else if (func_inst->opcode() == SpvOpFunctionParameter) { in ValidateFunctionParameter()
318 argument->opcode() != SpvOpFunctionParameter) { in ValidateFunctionCall()
344 case SpvOpFunctionParameter: in FunctionPass()
Dvalidate_adjacency.cpp50 case SpvOpFunctionParameter: in ValidateAdjacency()
/third_party/spirv-tools/source/val/
Dvalidate_function.cpp117 } else if (func_inst->opcode() == SpvOpFunctionParameter) { in ValidateFunctionParameter()
318 argument->opcode() != SpvOpFunctionParameter) { in ValidateFunctionCall()
344 case SpvOpFunctionParameter: in FunctionPass()
Dvalidate_adjacency.cpp50 case SpvOpFunctionParameter: in ValidateAdjacency()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_function.cpp117 } else if (func_inst->opcode() == SpvOpFunctionParameter) { in ValidateFunctionParameter()
318 argument->opcode() != SpvOpFunctionParameter) { in ValidateFunctionCall()
344 case SpvOpFunctionParameter: in FunctionPass()
Dvalidate_adjacency.cpp50 case SpvOpFunctionParameter: in ValidateAdjacency()
/third_party/spirv-tools/test/val/
Dval_state_test.cpp174 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionParameter)); in TEST_F()
177 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionParameter)); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_state_test.cpp174 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionParameter)); in TEST_F()
177 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionParameter)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_state_test.cpp174 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionParameter)); in TEST_F()
177 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpFunctionParameter)); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_function_test.cpp161 MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {}), in TEST()
162 MakeInstructionMessage(SpvOpFunctionParameter, 9, 12, {}), in TEST()
516 {MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {}), in TEST()
517 MakeInstructionMessage(SpvOpFunctionParameter, 9, 12, {}), in TEST()
845 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1004 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1197 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1199 MakeInstructionMessage(SpvOpFunctionParameter, 102, 10, {})); in TEST()
1201 MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {})); in TEST()
Davailable_instructions_test.cpp211 ASSERT_EQ(SpvOpFunctionParameter, available[30]->opcode()); in TEST()
212 ASSERT_EQ(SpvOpFunctionParameter, available[31]->opcode()); in TEST()
/third_party/spirv-tools/test/fuzz/
Dtransformation_add_function_test.cpp161 MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {}), in TEST()
162 MakeInstructionMessage(SpvOpFunctionParameter, 9, 12, {}), in TEST()
516 {MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {}), in TEST()
517 MakeInstructionMessage(SpvOpFunctionParameter, 9, 12, {}), in TEST()
845 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1004 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1197 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1199 MakeInstructionMessage(SpvOpFunctionParameter, 102, 10, {})); in TEST()
1201 MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {})); in TEST()
Davailable_instructions_test.cpp211 ASSERT_EQ(SpvOpFunctionParameter, available[30]->opcode()); in TEST()
212 ASSERT_EQ(SpvOpFunctionParameter, available[31]->opcode()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_function_test.cpp161 MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {}), in TEST()
162 MakeInstructionMessage(SpvOpFunctionParameter, 9, 12, {}), in TEST()
516 {MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {}), in TEST()
517 MakeInstructionMessage(SpvOpFunctionParameter, 9, 12, {}), in TEST()
845 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1004 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1197 MakeInstructionMessage(SpvOpFunctionParameter, 7, 9, {})); in TEST()
1199 MakeInstructionMessage(SpvOpFunctionParameter, 102, 10, {})); in TEST()
1201 MakeInstructionMessage(SpvOpFunctionParameter, 7, 11, {})); in TEST()
Davailable_instructions_test.cpp211 ASSERT_EQ(SpvOpFunctionParameter, available[30]->opcode()); in TEST()
212 ASSERT_EQ(SpvOpFunctionParameter, available[31]->opcode()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_function_call.cpp121 case SpvOpFunctionParameter: in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dtransformation_function_call.cpp121 case SpvOpFunctionParameter: in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_function_call.cpp121 case SpvOpFunctionParameter: in IsApplicable()
/third_party/spirv-tools/source/
Dopcode.cpp283 case SpvOpFunctionParameter: in spvOpcodeReturnsLogicalVariablePointer()
303 case SpvOpFunctionParameter: in spvOpcodeReturnsLogicalPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.cpp283 case SpvOpFunctionParameter: in spvOpcodeReturnsLogicalVariablePointer()
303 case SpvOpFunctionParameter: in spvOpcodeReturnsLogicalPointer()
/third_party/spirv-tools/source/opt/
Dmem_pass.cpp90 if (op != SpvOpFunctionParameter) return false; in IsPtr()
107 ptrInst->opcode() != SpvOpFunctionParameter) { in GetPtr()
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.cpp283 case SpvOpFunctionParameter: in spvOpcodeReturnsLogicalVariablePointer()
303 case SpvOpFunctionParameter: in spvOpcodeReturnsLogicalPointer()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.cpp117 if (opcode != SpvOpFunctionParameter) { in AddInstruction()

12345