Home
last modified time | relevance | path

Searched refs:SpvOpFunctionCall (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/spirv-tools/test/fuzz/
Dtransformation_add_copy_memory_test.cpp151 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 59, 19, in TEST()
169 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 76, in TEST()
175 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 5, in TEST()
193 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
199 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
205 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
229 auto descriptor = MakeInstructionDescriptor(27, SpvOpFunctionCall, 0); in TEST()
Dshrinker_test.cpp191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST()
257 case SpvOpFunctionCall: in TEST()
Davailable_instructions_test.cpp189 ASSERT_EQ(SpvOpFunctionCall, available[40]->opcode()); in TEST()
199 ASSERT_EQ(SpvOpFunctionCall, available[40]->opcode()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_copy_memory_test.cpp151 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 59, 19, in TEST()
169 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 76, in TEST()
175 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 5, in TEST()
193 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
199 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
205 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
229 auto descriptor = MakeInstructionDescriptor(27, SpvOpFunctionCall, 0); in TEST()
Dshrinker_test.cpp191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST()
257 case SpvOpFunctionCall: in TEST()
Davailable_instructions_test.cpp189 ASSERT_EQ(SpvOpFunctionCall, available[40]->opcode()); in TEST()
199 ASSERT_EQ(SpvOpFunctionCall, available[40]->opcode()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_copy_memory_test.cpp151 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 59, 19, in TEST()
169 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 76, in TEST()
175 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 5, in TEST()
193 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
199 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
205 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
229 auto descriptor = MakeInstructionDescriptor(27, SpvOpFunctionCall, 0); in TEST()
Dshrinker_test.cpp191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST()
257 case SpvOpFunctionCall: in TEST()
Davailable_instructions_test.cpp189 ASSERT_EQ(SpvOpFunctionCall, available[40]->opcode()); in TEST()
199 ASSERT_EQ(SpvOpFunctionCall, available[40]->opcode()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_function_call.cpp81 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in IsApplicable()
176 ir_context, SpvOpFunctionCall, return_type, message_.fresh_id(), in Apply()
Dtransformation_wrap_early_terminator_in_function.cpp122 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
Dcall_graph.cpp57 if (instruction.opcode() != SpvOpFunctionCall) { in BuildGraphAndGetDepthOfFunctionCalls()
/third_party/spirv-tools/source/fuzz/
Dtransformation_function_call.cpp81 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in IsApplicable()
176 ir_context, SpvOpFunctionCall, return_type, message_.fresh_id(), in Apply()
Dtransformation_wrap_early_terminator_in_function.cpp122 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
Dcall_graph.cpp57 if (instruction.opcode() != SpvOpFunctionCall) { in BuildGraphAndGetDepthOfFunctionCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_function_call.cpp81 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in IsApplicable()
176 ir_context, SpvOpFunctionCall, return_type, message_.fresh_id(), in Apply()
Dcall_graph.cpp57 if (instruction.opcode() != SpvOpFunctionCall) { in BuildGraphAndGetDepthOfFunctionCalls()
Dtransformation_wrap_early_terminator_in_function.cpp122 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
/third_party/spirv-tools/source/opt/
Dfix_storage_class.cpp89 case SpvOpFunctionCall: in PropagateStorageClass()
204 case SpvOpFunctionCall: in PropagateType()
Dfix_func_call_arguments.cpp32 if (inst->opcode() == SpvOpFunctionCall) { in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp89 case SpvOpFunctionCall: in PropagateStorageClass()
204 case SpvOpFunctionCall: in PropagateType()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfix_storage_class.cpp89 case SpvOpFunctionCall: in PropagateStorageClass()
204 case SpvOpFunctionCall: in PropagateType()
/third_party/spirv-tools/source/val/
Dvalidate_function.cpp80 SpvOpFunctionCall, in ValidateFunction()
345 case SpvOpFunctionCall: in FunctionPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp80 SpvOpFunctionCall, in ValidateFunction()
347 case SpvOpFunctionCall: in FunctionPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_function.cpp80 SpvOpFunctionCall, in ValidateFunction()
347 case SpvOpFunctionCall: in FunctionPass()

12345