/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_add_copy_memory_test.cpp | 151 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()
|
D | shrinker_test.cpp | 191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST() 257 case SpvOpFunctionCall: in TEST()
|
D | replayer_test.cpp | 348 104, MakeInstructionDescriptor(12, SpvOpFunctionCall, 0)) in TEST()
|
D | transformation_add_function_test.cpp | 325 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/ |
D | transformation_add_copy_memory_test.cpp | 151 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()
|
D | shrinker_test.cpp | 191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST() 257 case SpvOpFunctionCall: in TEST()
|
D | replayer_test.cpp | 348 104, MakeInstructionDescriptor(12, SpvOpFunctionCall, 0)) in TEST()
|
D | transformation_add_function_test.cpp | 325 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/ |
D | transformation_function_call.cpp | 81 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in IsApplicable() 176 ir_context, SpvOpFunctionCall, return_type, message_.fresh_id(), in Apply()
|
D | transformation_wrap_early_terminator_in_function.cpp | 123 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
|
D | call_graph.cpp | 57 if (instruction.opcode() != SpvOpFunctionCall) { in BuildGraphAndGetDepthOfFunctionCalls()
|
D | fuzzer_pass_add_function_calls.cpp | 43 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in Apply()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_function_call.cpp | 81 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in IsApplicable() 176 ir_context, SpvOpFunctionCall, return_type, message_.fresh_id(), in Apply()
|
D | call_graph.cpp | 57 if (instruction.opcode() != SpvOpFunctionCall) { in BuildGraphAndGetDepthOfFunctionCalls()
|
D | transformation_wrap_early_terminator_in_function.cpp | 123 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
|
D | fuzzer_pass_add_function_calls.cpp | 43 if (!fuzzerutil::CanInsertOpcodeBeforeInstruction(SpvOpFunctionCall, in Apply()
|
D | transformation_inline_function.cpp | 237 function_call_instruction->opcode() != SpvOpFunctionCall) { in IsSuitableForInlining()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 89 case SpvOpFunctionCall: in PropagateStorageClass() 204 case SpvOpFunctionCall: in PropagateType()
|
D | local_single_block_elim_pass.cpp | 152 case SpvOpFunctionCall: { in LocalSingleBlockLoadStoreElim()
|
D | struct_cfg_analysis.cpp | 229 if (inst.opcode() == SpvOpFunctionCall) { in FindFuncsCalledFromContinue()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 89 case SpvOpFunctionCall: in PropagateStorageClass() 204 case SpvOpFunctionCall: in PropagateType()
|
D | local_single_block_elim_pass.cpp | 152 case SpvOpFunctionCall: { in LocalSingleBlockLoadStoreElim()
|
D | struct_cfg_analysis.cpp | 229 if (inst.opcode() == SpvOpFunctionCall) { in FindFuncsCalledFromContinue()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 80 SpvOpFunctionCall, in ValidateFunction() 347 case SpvOpFunctionCall: in FunctionPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 80 SpvOpFunctionCall, in ValidateFunction() 347 case SpvOpFunctionCall: in FunctionPass()
|