/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() 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()
|
D | shrinker_test.cpp | 191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST() 257 case SpvOpFunctionCall: in TEST()
|
D | available_instructions_test.cpp | 189 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/ |
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() 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()
|
D | shrinker_test.cpp | 191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST() 257 case SpvOpFunctionCall: in TEST()
|
D | available_instructions_test.cpp | 189 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/ |
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() 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()
|
D | shrinker_test.cpp | 191 } else if (inst.opcode() == SpvOpFunctionCall) { in TEST() 257 case SpvOpFunctionCall: in TEST()
|
D | available_instructions_test.cpp | 189 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/ |
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 | 122 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
|
D | call_graph.cpp | 57 if (instruction.opcode() != SpvOpFunctionCall) { in BuildGraphAndGetDepthOfFunctionCalls()
|
/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 | transformation_wrap_early_terminator_in_function.cpp | 122 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
|
D | call_graph.cpp | 57 if (instruction.opcode() != SpvOpFunctionCall) { in BuildGraphAndGetDepthOfFunctionCalls()
|
/third_party/skia/third_party/externals/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 | 122 ir_context, SpvOpFunctionCall, wrapper_function->type_id(), in Apply()
|
/third_party/spirv-tools/source/opt/ |
D | fix_storage_class.cpp | 89 case SpvOpFunctionCall: in PropagateStorageClass() 204 case SpvOpFunctionCall: in PropagateType()
|
D | fix_func_call_arguments.cpp | 32 if (inst->opcode() == SpvOpFunctionCall) { in Process()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fix_storage_class.cpp | 89 case SpvOpFunctionCall: in PropagateStorageClass() 204 case SpvOpFunctionCall: in PropagateType()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | fix_storage_class.cpp | 89 case SpvOpFunctionCall: in PropagateStorageClass() 204 case SpvOpFunctionCall: in PropagateType()
|
/third_party/spirv-tools/source/val/ |
D | validate_function.cpp | 80 SpvOpFunctionCall, in ValidateFunction() 345 case SpvOpFunctionCall: in FunctionPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 80 SpvOpFunctionCall, in ValidateFunction() 347 case SpvOpFunctionCall: in FunctionPass()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_function.cpp | 80 SpvOpFunctionCall, in ValidateFunction() 347 case SpvOpFunctionCall: in FunctionPass()
|