Home
last modified time | relevance | path

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

1234

/external/deqp-deps/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()
199 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
205 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
211 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
235 auto descriptor = MakeInstructionDescriptor(27, SpvOpFunctionCall, 0); in TEST()
Dshrinker_test.cpp191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST()
257 case SpvOpFunctionCall: in TEST()
Dreplayer_test.cpp348 104, MakeInstructionDescriptor(12, SpvOpFunctionCall, 0)) in TEST()
Dtransformation_add_function_test.cpp325 MakeInstructionMessage(SpvOpFunctionCall, 8, 46, in TEST()
335 MakeInstructionMessage(SpvOpFunctionCall, 8, 50, in TEST()
1642 instructions.push_back(MakeInstructionMessage(SpvOpFunctionCall, 2, 11, in TEST()
1746 instructions.push_back(MakeInstructionMessage(SpvOpFunctionCall, 2, 11, in TEST()
/external/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()
199 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
205 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
211 MakeInstructionDescriptor(27, SpvOpFunctionCall, 0), 90, 19, in TEST()
235 auto descriptor = MakeInstructionDescriptor(27, SpvOpFunctionCall, 0); in TEST()
Dshrinker_test.cpp191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST()
257 case SpvOpFunctionCall: in TEST()
Dreplayer_test.cpp348 104, MakeInstructionDescriptor(12, SpvOpFunctionCall, 0)) in TEST()
Dtransformation_add_function_test.cpp325 MakeInstructionMessage(SpvOpFunctionCall, 8, 46, in TEST()
335 MakeInstructionMessage(SpvOpFunctionCall, 8, 50, in TEST()
1642 instructions.push_back(MakeInstructionMessage(SpvOpFunctionCall, 2, 11, in TEST()
1746 instructions.push_back(MakeInstructionMessage(SpvOpFunctionCall, 2, 11, in TEST()
/external/deqp-deps/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.cpp123 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
Dcall_graph.cpp57 if (instruction.opcode() != SpvOpFunctionCall) { in BuildGraphAndGetDepthOfFunctionCalls()
Dfuzzer_pass_add_function_calls.cpp43 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in Apply()
/external/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.cpp123 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
Dfuzzer_pass_add_function_calls.cpp43 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in Apply()
Dtransformation_inline_function.cpp237 function_call_instruction->opcode() != SpvOpFunctionCall) { in IsSuitableForInlining()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp89 case SpvOpFunctionCall: in PropagateStorageClass()
204 case SpvOpFunctionCall: in PropagateType()
Dlocal_single_block_elim_pass.cpp152 case SpvOpFunctionCall: { in LocalSingleBlockLoadStoreElim()
Dstruct_cfg_analysis.cpp229 if (inst.opcode() == SpvOpFunctionCall) { in FindFuncsCalledFromContinue()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfix_storage_class.cpp89 case SpvOpFunctionCall: in PropagateStorageClass()
204 case SpvOpFunctionCall: in PropagateType()
Dlocal_single_block_elim_pass.cpp152 case SpvOpFunctionCall: { in LocalSingleBlockLoadStoreElim()
Dstruct_cfg_analysis.cpp229 if (inst.opcode() == SpvOpFunctionCall) { in FindFuncsCalledFromContinue()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_function.cpp80 SpvOpFunctionCall, in ValidateFunction()
347 case SpvOpFunctionCall: in FunctionPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_function.cpp80 SpvOpFunctionCall, in ValidateFunction()
347 case SpvOpFunctionCall: in FunctionPass()

1234