/external/angle/third_party/spirv-tools/src/source/fuzz/ |
D | transformation_add_type_function.cpp | 59 if (inst.opcode() != SpvOpTypeFunction) { in IsApplicable() 98 ir_context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
|
D | transformation_function_call.cpp | 63 assert(callee_type_inst->opcode() == SpvOpTypeFunction && in IsApplicable()
|
D | transformation_permute_function_parameters.cpp | 88 if (!new_type || new_type->opcode() != SpvOpTypeFunction || in IsApplicable()
|
D | fuzzer_pass_add_function_calls.cpp | 178 assert(function_type->opcode() == SpvOpTypeFunction && in ChooseFunctionCallArguments()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_add_type_function.cpp | 59 if (inst.opcode() != SpvOpTypeFunction) { in IsApplicable() 98 ir_context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
|
D | transformation_function_call.cpp | 63 assert(callee_type_inst->opcode() == SpvOpTypeFunction && in IsApplicable()
|
D | transformation_permute_function_parameters.cpp | 88 if (!new_type || new_type->opcode() != SpvOpTypeFunction || in IsApplicable()
|
D | fuzzer_pass_add_function_calls.cpp | 178 assert(function_type->opcode() == SpvOpTypeFunction && in ChooseFunctionCallArguments()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_type_function.cpp | 60 if (inst.opcode() != SpvOpTypeFunction) { in IsApplicable() 99 context, SpvOpTypeFunction, 0, message_.fresh_id(), in_operands)); in Apply()
|
D | transformation_function_call.cpp | 62 assert(callee_type_inst->opcode() == SpvOpTypeFunction && in IsApplicable()
|
D | fuzzer_pass_add_function_calls.cpp | 174 assert(function_type->opcode() == SpvOpTypeFunction && in ChooseFunctionCallArguments()
|
/external/angle/third_party/spirv-tools/src/test/link/ |
D | global_values_amount_test.cpp | 48 3u << SpvWordCountShift | SpvOpTypeFunction, in SetUp()
|
/external/swiftshader/third_party/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 48 3u << SpvWordCountShift | SpvOpTypeFunction, in SetUp()
|
/external/deqp-deps/SPIRV-Tools/test/link/ |
D | global_values_amount_test.cpp | 48 3u << SpvWordCountShift | SpvOpTypeFunction, in SetUp()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_function.cpp | 59 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction() 245 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 59 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction() 245 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 59 if (!function_type || SpvOpTypeFunction != function_type->opcode()) { in ValidateFunction() 245 if (!function_type || function_type->opcode() != SpvOpTypeFunction) { in ValidateFunctionCall()
|
/external/mesa3d/src/compiler/spirv/ |
D | gl_spirv.c | 156 case SpvOpTypeFunction: in vtn_validate_handle_constant_instruction()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
|
/external/angle/third_party/spirv-tools/src/test/val/ |
D | val_type_unique_test.cpp | 167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_type_unique_test.cpp | 167 HasSubstr(GetErrorString(SpvOpTypeFunction))); in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 328 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
|
/external/angle/third_party/spirv-tools/src/source/ |
D | opcode.cpp | 328 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 326 case SpvOpTypeFunction: in spvOpcodeGeneratesType()
|
/external/skia/src/sksl/ |
D | spirv.h | 604 SpvOpTypeFunction = 33, enumerator
|